Skip to content

Latest commit

 

History

History
80 lines (46 loc) · 1.95 KB

File metadata and controls

80 lines (46 loc) · 1.95 KB

andculturecode-javascript-react-components › ToastTemplates

Class: ToastTemplates

Hierarchy

  • ToastTemplates

Index

Methods

Methods

Static error

▸ error(content: string | ToastContent): ToastContent

Defined in src/molecules/toasts/toast-templates.tsx:29

Parameters:

Name Type
content string | ToastContent

Returns: ToastContent


Static info

▸ info(content: string | ToastContent): ToastContent

Defined in src/molecules/toasts/toast-templates.tsx:33

Parameters:

Name Type
content string | ToastContent

Returns: ToastContent


Static success

▸ success(content: string | ToastContent): ToastContent

Defined in src/molecules/toasts/toast-templates.tsx:37

Parameters:

Name Type
content string | ToastContent

Returns: ToastContent


Static warning

▸ warning(content: string | ToastContent): ToastContent

Defined in src/molecules/toasts/toast-templates.tsx:41

Parameters:

Name Type
content string | ToastContent

Returns: ToastContent