interface ExtractedICSS {
    icssExports: CSSExports;
    icssImports: CSSImports;
}

Properties

icssExports: CSSExports
icssImports: CSSImports