UNPKG

@blacksquareui/compiler

Version:

This is a package for creating css file from classes

4 lines (3 loc) 196 B
import { configType } from './types/GeneralClassType'; export declare const getConfig: (configFileName?: string) => Promise<configType | false>; export declare const fakeConfig: () => configType;