You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Defines the actions of the <code>ActionSheet</code>. <br><b>Note:</b> Although this slot accepts all HTML Elements, it is strongly recommended that you only use `Buttons` in order to preserve the intended design.
32
+
* Defines the actions of the `ActionSheet`.
33
+
*
34
+
* __Note:__ Although this slot accepts all HTML Elements, it is strongly recommended that you only use `Buttons` in order to preserve the intended design.
* __Note:__ For TypeScript the types of `ref` are bound to the default tag name, if you change it you are responsible to set the respective types yourself.
120
120
*/
121
121
as?: keyofHTMLElementTagNameMap;
122
+
/**
123
+
* Defines where modals are rendered into via `React.createPortal`.
124
+
*
125
+
* Defaults to: `document.body`
126
+
*/
127
+
portalContainer?: Element;
122
128
/**
123
129
* The event is fired when the `FilterBar` is collapsed/expanded.
0 commit comments