Skip to content
Entangle UI v0.13.0

UseToastReturn

Defined in: src/components/feedback/Toast/Toast.types.ts:49

dismiss: (id) => void

Defined in: src/components/feedback/Toast/Toast.types.ts:55

string

void


dismissAll: () => void

Defined in: src/components/feedback/Toast/Toast.types.ts:56

void


error: (message, options?) => string

Defined in: src/components/feedback/Toast/Toast.types.ts:54

string

Partial<ToastData>

string


info: (message, options?) => string

Defined in: src/components/feedback/Toast/Toast.types.ts:51

string

Partial<ToastData>

string


success: (message, options?) => string

Defined in: src/components/feedback/Toast/Toast.types.ts:52

string

Partial<ToastData>

string


toast: (data) => string

Defined in: src/components/feedback/Toast/Toast.types.ts:50

ToastData

string


warning: (message, options?) => string

Defined in: src/components/feedback/Toast/Toast.types.ts:53

string

Partial<ToastData>

string