Variable DEFAULT_SHOW_SUCCESS_NOTICE_OPTIONSConst

DEFAULT_SHOW_SUCCESS_NOTICE_OPTIONS: {
    buttons: ButtonListItemProps[];
    game: NoticeGame;
    icon: "checkmark-circle-outline";
    iconColor: string;
    subtitle: string;
    text: string;
} = ...

Type declaration

  • buttons: ButtonListItemProps[]
  • game: NoticeGame
  • icon: "checkmark-circle-outline"
  • iconColor: string
  • subtitle: string
  • text: string

Generated using TypeDoc