UNPKG

st-bundle

Version:

CLI for watching and bundling SpringType projects.

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