iink-ts - v4.0.0
    Preparing search index...

    Type Alias TLabelElConfig

    type TLabelElConfig = {
        className?: string | string[];
        htmlFor?: string;
        style?: string;
        text: string;
    }
    Index
    className?: string | string[]
    htmlFor?: string
    style?: string
    text: string