interface InteroperableCSSOptions {
    extensions?: string[];
    load?: Load;
}

Properties

Properties

extensions?: string[]
load?: Load