UNPKG

fuse-box

Version:

Fuse-Box a bundler that does it right

8 lines (7 loc) 252 B
import { IStyleSheetProps } from '../config/IStylesheetProps'; export interface ICSSAutoImportProps { contents: string; stylesheet: IStyleSheetProps; url: string; } export declare function cssAutoImport(props: ICSSAutoImportProps): string;