Skip to content

@maxhealth.tech/prefab / actions / ToastVariant

Type Alias: ToastVariant

ts
type ToastVariant = "default" | "success" | "error" | "warning" | "info";

Defined in: actions/client.ts:80

Released under the MIT License.