File tree Expand file tree Collapse file tree 3 files changed +19
-29
lines changed
Expand file tree Collapse file tree 3 files changed +19
-29
lines changed Original file line number Diff line number Diff line change @@ -53,17 +53,14 @@ const PostEdit = () => (
5353
5454` <SaveButton> ` accepts the following props:
5555
56- - [ ` <SaveButton> ` ] ( #savebutton )
57- - [ Usage] ( #usage )
58- - [ Props] ( #props )
59- - [ ` icon ` ] ( #icon )
60- - [ ` label ` ] ( #label )
61- - [ ` mutationOptions ` ] ( #mutationoptions )
62- - [ ` onClick ` ] ( #onclick )
63- - [ ` alwaysEnable ` ] ( #alwaysenable )
64- - [ ` sx ` : CSS API] ( #sx-css-api )
65- - [ ` transform ` ] ( #transform )
66- - [ ` type ` ] ( #type )
56+ - [ ` icon ` ] ( #icon )
57+ - [ ` label ` ] ( #label )
58+ - [ ` mutationOptions ` ] ( #mutationoptions )
59+ - [ ` onClick ` ] ( #onclick )
60+ - [ ` alwaysEnable ` ] ( #alwaysenable )
61+ - [ ` sx ` ] ( #sx-css-api )
62+ - [ ` transform ` ] ( #transform )
63+ - [ ` type ` ] ( #type )
6764
6865Additional props (e.g. ` color ` , ` variant ` ) are passed to [ the underlying Material UI ` <Button> ` component] ( https://mui.com/components/buttons/ ) .
6966
Original file line number Diff line number Diff line change @@ -45,11 +45,9 @@ const CommentCreate = () => (
4545
4646` <Toolbar> ` accepts the following props:
4747
48- - [ ` <Toolbar> ` ] ( #toolbar )
49- - [ Usage] ( #usage )
50- - [ Props] ( #props )
51- - [ ` children ` ] ( #children )
52- - [ ` sx ` : CSS API] ( #sx-css-api )
48+ - [ ` children ` ] ( #children )
49+ - ` className `
50+ - [ ` sx ` ] ( #sx-css-api )
5351
5452Additional props are passed down to [ the Material UI ` <Toolbar> ` component] ( https://mui.com/material-ui/api/toolbar/ ) .
5553
Original file line number Diff line number Diff line change 11---
22layout : default
33title : " useList"
4- storybook_path : ra-core-controller-list-uselist--basic
54---
65
76# ` useList `
@@ -66,18 +65,14 @@ const MyComponent = () => {
6665
6766` useList ` expects an object with the following keys:
6867
69- - [ ` useList ` ] ( #uselist )
70- - [ Usage] ( #usage )
71- - [ Parameters] ( #parameters )
72- - [ ` data ` ] ( #data )
73- - [ ` filter ` ] ( #filter )
74- - [ ` filterCallback ` ] ( #filtercallback )
75- - [ ` isFetching ` ] ( #isfetching )
76- - [ ` isPending ` ] ( #ispending )
77- - [ ` page ` ] ( #page )
78- - [ ` perPage ` ] ( #perpage )
79- - [ ` sort ` ] ( #sort )
80- - [ Return Value] ( #return-value )
68+ * [ ` data ` ] ( #data )
69+ * [ ` filter ` ] ( #filter )
70+ * [ ` filterCallback ` ] ( #filtercallback )
71+ * [ ` isFetching ` ] ( #isfetching )
72+ * [ ` isPending ` ] ( #ispending )
73+ * [ ` page ` ] ( #page )
74+ * [ ` perPage ` ] ( #perpage )
75+ * [ ` sort ` ] ( #sort )
8176
8277## ` data `
8378
You can’t perform that action at this time.
0 commit comments