Interface CSSKeywordValue

    interface CSSKeywordValue {
        value: string;
        toString(): string;
    }
    Hierarchy

    Properties

    Methods

    Properties

    value: string

    Methods