Variable DEFAULT_SHOW_WARNING_NOTICE_OPTIONSConst

DEFAULT_SHOW_WARNING_NOTICE_OPTIONS: {
    buttons: {
        text: string;
        value: string;
    }[];
    icon: "warning";
    iconColor: string;
    subtitle: string;
} = ...

Type declaration

  • buttons: {
        text: string;
        value: string;
    }[]
  • icon: "warning"
  • iconColor: string
  • subtitle: string

Generated using TypeDoc