interface CSSDataConfiguration {
    dataProviders?: {
        [providerId: string]: CSSDataV1;
    };
    useDefaultDataProvider?: boolean;
}

Properties

dataProviders?: {
    [providerId: string]: CSSDataV1;
}

Provides a set of custom data providers.

Type declaration

useDefaultDataProvider?: boolean

Defines whether the standard CSS properties, at-directives, pseudoClasses and pseudoElements are shown.