Skip to content

Commit

Permalink
docs:api
Browse files Browse the repository at this point in the history
  • Loading branch information
michaldudak committed Dec 21, 2022
1 parent 11ec0f2 commit 6e8afa7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
10 changes: 2 additions & 8 deletions docs/pages/material-ui/api/popper.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@
"type": { "name": "shape", "description": "{ root?: func<br>&#124;&nbsp;object }" }
},
"container": { "type": { "name": "union", "description": "HTML element<br>&#124;&nbsp;func" } },
"direction": {
"type": { "name": "enum", "description": "'ltr'<br>&#124;&nbsp;'rtl'" },
"default": "'ltr'"
},
"disablePortal": { "type": { "name": "bool" } },
"keepMounted": { "type": { "name": "bool" } },
"modifiers": {
Expand All @@ -29,15 +25,13 @@
"type": {
"name": "enum",
"description": "'auto-end'<br>&#124;&nbsp;'auto-start'<br>&#124;&nbsp;'auto'<br>&#124;&nbsp;'bottom-end'<br>&#124;&nbsp;'bottom-start'<br>&#124;&nbsp;'bottom'<br>&#124;&nbsp;'left-end'<br>&#124;&nbsp;'left-start'<br>&#124;&nbsp;'left'<br>&#124;&nbsp;'right-end'<br>&#124;&nbsp;'right-start'<br>&#124;&nbsp;'right'<br>&#124;&nbsp;'top-end'<br>&#124;&nbsp;'top-start'<br>&#124;&nbsp;'top'"
},
"default": "'bottom'"
}
},
"popperOptions": {
"type": {
"name": "shape",
"description": "{ modifiers?: array, onFirstUpdate?: func, placement?: 'auto-end'<br>&#124;&nbsp;'auto-start'<br>&#124;&nbsp;'auto'<br>&#124;&nbsp;'bottom-end'<br>&#124;&nbsp;'bottom-start'<br>&#124;&nbsp;'bottom'<br>&#124;&nbsp;'left-end'<br>&#124;&nbsp;'left-start'<br>&#124;&nbsp;'left'<br>&#124;&nbsp;'right-end'<br>&#124;&nbsp;'right-start'<br>&#124;&nbsp;'right'<br>&#124;&nbsp;'top-end'<br>&#124;&nbsp;'top-start'<br>&#124;&nbsp;'top', strategy?: 'absolute'<br>&#124;&nbsp;'fixed' }"
},
"default": "{}"
}
},
"popperRef": { "type": { "name": "custom", "description": "ref" } },
"slotProps": {
Expand Down
3 changes: 1 addition & 2 deletions docs/translations/api-docs/popper/popper.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
"slotProps": "The props used for each slot inside the Popper.",
"slots": "The components used for each slot inside the Popper. Either a string to use a HTML element or a component.",
"sx": "The system prop that allows defining system overrides as well as additional CSS styles. See the <a href=\"/system/getting-started/the-sx-prop/\">`sx` page</a> for more details.",
"transition": "Help supporting a react-transition-group/Transition component.",
"direction": "Direction of the text."
"transition": "Help supporting a react-transition-group/Transition component."
},
"classDescriptions": {}
}

0 comments on commit 6e8afa7

Please sign in to comment.