Interface NotificationIndicatorColorsSetDarkScheme

interface NotificationIndicatorColorsSetDarkScheme {
    dark: NotificationIndicatorColorsSet;
    light?: NotificationIndicatorColorsSet;
}

Properties

Properties