UNPKG

@infinityfx/fluid

Version:

React UI library, using zero-runtime CSS-in-JS.

12 lines (11 loc) 435 B
import { IOHelper, Stats } from './utils'; export declare function compileTypes(io: IOHelper): Promise<void>; export declare function compileIcons(io: IOHelper): Promise<void>; export declare function purge(io: IOHelper, entries: { file: string; }[]): Promise<void>; export declare function compileComponents(io: IOHelper, entries: { file: string; shallow?: boolean; inject?: string; }[], stats: Stats): Promise<void>;