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 c4f3c11 commit 16ba8d7Copy full SHA for 16ba8d7
packages/ra-ui-materialui/src/detail/Edit.tsx
@@ -21,6 +21,8 @@ import { Loading } from '../layout';
21
*
22
* The <Edit> component accepts the following props:
23
24
+ * - children: Component rendering the Form Layout
25
+ * - render: Alternative to children. A function to render the Form Layout. Receives the edit context as its argument.
26
* - actions
27
* - aside
28
* - component
0 commit comments