
### role
- type: "status" | "alert"
- description: Aria role for the toast.
### id
- type: string
- description: Toast id
### className
- type: string
- description: Specifies a CSS class name to be appended to the component’s root element.
- internal
### dataHook
- type: string
- description: Applies a data-hook HTML attribute that can be used in the tests.
### dismissible
- type: boolean
- description: Whether the toast should render the dismiss button.
### dismissLabel
- type: string
- description: Aria label for the dismiss button.
### onDismiss
- type: (event?: MouseEvent<Element, MouseEvent> | undefined) => void
- description: Callback function called whenever the user clicks the dismiss button.
### children
- type: ReactNode
- description: No description

