UNPKG

@devup-ui/next-plugin

Version:

Zero Config, Zero FOUC, Zero Runtime, CSS in JS Preprocessor

18 lines 533 B
import type { RawLoaderDefinitionFunction } from 'webpack'; export interface DevupUILoaderOptions { package: string; cssDir: string; sheetFile: string; classMapFile: string; fileMapFile: string; themeFile: string; watch: boolean; singleCss: boolean; theme?: object; defaultSheet: object; defaultClassMap: object; defaultFileMap: object; } declare const devupUILoader: RawLoaderDefinitionFunction<DevupUILoaderOptions>; export default devupUILoader; //# sourceMappingURL=loader.d.ts.map