mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-28 13:40:59 +00:00
7 lines
267 B
TypeScript
7 lines
267 B
TypeScript
import type { Loader, StylusLoaderOptions } from './types';
|
|
/**
|
|
* Stylus preprocessor loader
|
|
* Compiles .styl and .stylus files to CSS
|
|
*/
|
|
export declare function createStylusLoader(options?: StylusLoaderOptions): Loader;
|
|
//# sourceMappingURL=stylus-loader.d.ts.map
|