Lager - v5.2.0
    Preparing search index...

    TextColorInterface interface.

    This interface represents text color attributes with light, dark, and disabled color properties.

    TextColorInterface

    interface TextColorInterface {
        dark: string;
        disabled: string;
        light: string;
    }
    Index

    Properties

    Properties

    dark: string

    Dark text color attributes.

    disabled: string

    Disabled text color attributes.

    light: string

    Light text color attributes.