AlertType
ts
type AlertType = "note" | "tip" | "important" | "warning" | "caution";Defined in: alert.ts:11
Union of all possible alert types
Since
1.0.0
Author
Simon Kovtyk