Skip to content

Commit

Permalink
fix render type
Browse files Browse the repository at this point in the history
  • Loading branch information
sai6855 committed Dec 3, 2024
1 parent 52ff9a6 commit 5378b88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages-internal/test-utils/src/describeConformance.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export interface ConformanceOptions {
refInstanceof: any;
after?: () => void;
inheritComponent?: React.ElementType;
render: (node: React.ReactElement<unknown>) => MuiRenderResult | Promise<MuiRenderResult>;
render: (node: React.ReactElement<DataProps>) => MuiRenderResult | Promise<MuiRenderResult>;
only?: Array<keyof typeof fullSuite>;
skip?: Array<keyof typeof fullSuite | 'classesRoot'>;
testComponentsRootPropWith?: string;
Expand Down

0 comments on commit 5378b88

Please sign in to comment.