AboutSupportDeveloper GuideVersion 18.0.9

Type alias ButtonIcon

ButtonIcon: string | {
    dark: string;
    light: string;
}

Type declaration

  • dark: string

    The icon used for the button in dark mode.

  • light: string

    The icon used for the button in light mode.