Skip to content

Commit e31c676

Browse files
committed
more bldbrk
1 parent 033650b commit e31c676

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shared/components/tools-panels-t.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ const SwitchPanelUsageCtx = React.createContext<Ptr<SwitchPanelUsageProps>>({
1212
export type ToolsPanelsTProps = {
1313
usageAvailable: boolean;
1414
customizerPageHashT?: () => undefined | string;
15-
usagePanel: () => React.ReactChild;
16-
mainPanel: () => React.ReactChild;
15+
usagePanel: () => React.ReactElement;
16+
mainPanel: () => React.ReactElement;
1717
};
1818

1919
export function ToolsPanelsT(props: ToolsPanelsTProps) {

0 commit comments

Comments
 (0)