CssLoaderExports<CssType>: {
    default: CssType;
} | {
    css: CssType;
}

Type Parameters

  • CssType extends string = string
""