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.
2 parents 489b42b + 0fb47ae commit 0d4cce4Copy full SHA for 0d4cce4
packages/ra-ui-materialui/src/detail/EditGuesser.tsx
@@ -44,7 +44,7 @@ export const EditGuesser = <RecordType extends RaRecord = any>(
44
);
45
};
46
47
-interface EditGuesserProps<RecordType extends RaRecord = any>
+export interface EditGuesserProps<RecordType extends RaRecord = any>
48
extends Omit<EditProps<RecordType>, 'children'> {}
49
50
const EditViewGuesser = <RecordType extends RaRecord = any>(
0 commit comments