Preparing search index...
The search index is not available
react-query-manager
react-query-manager
utils/toast
ToastBarProps
Interface ToastBarProps
Not Exported
interface
ToastBarProps
{
children
?:
(
(
components
:
{
icon
:
Renderable
;
message
:
Renderable
;
}
)
=>
Renderable
)
;
position
?:
ToastPosition
;
style
?:
CSSProperties
;
toast
:
Toast
;
}
Index
Properties
children?
position?
style?
toast
Properties
Optional
children
children
?:
(
(
components
:
{
icon
:
Renderable
;
message
:
Renderable
;
}
)
=>
Renderable
)
Optional
position
position
?:
ToastPosition
Optional
style
style
?:
CSSProperties
toast
toast
:
Toast
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
children
position
style
toast
react-query-manager
Loading...