Skip to content

Type Alias: AlertIcon

ts
type AlertIcon =
  | "info"
  | "error"
  | "success"
  | "warning"
  | "question"
  | NonNullable<VImgPublicProps["src"]>;