UNPKG

fuse-box

Version:

Fuse-Box a bundler that does it right

9 lines (8 loc) 194 B
export interface IStylesheetModuleResponse { css: string; json?: any; map?: string; } export interface IStyleSheetProcessor { render: () => Promise<IStylesheetModuleResponse>; }