We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 033650b commit e31c676Copy full SHA for e31c676
shared/components/tools-panels-t.tsx
@@ -12,8 +12,8 @@ const SwitchPanelUsageCtx = React.createContext<Ptr<SwitchPanelUsageProps>>({
12
export type ToolsPanelsTProps = {
13
usageAvailable: boolean;
14
customizerPageHashT?: () => undefined | string;
15
- usagePanel: () => React.ReactChild;
16
- mainPanel: () => React.ReactChild;
+ usagePanel: () => React.ReactElement;
+ mainPanel: () => React.ReactElement;
17
};
18
19
export function ToolsPanelsT(props: ToolsPanelsTProps) {
0 commit comments