ManagerToaster
Interfaces
ManagerToasterProps
Defined in: manager/components/ManagerToaster.tsx:4
Properties
Property | Type | Description | Defined in |
---|---|---|---|
appearance | Appearance | The theme appearance. | manager/components/ManagerToaster.tsx:6 |
Functions
default()
default(
__namedParameters
):Element
Defined in: manager/components/ManagerToaster.tsx:15
The toaster component for the manager window.
This is styled on top of Toaster
, rendered
in the bottom center of the manager window.
Parameters
Parameter | Type |
---|---|
__namedParameters | ManagerToasterProps |
Returns
Element