UNPKG

248 BTypeScriptView Raw
1import { ICssStyle, CssValue, CssProps } from './types';
2export { CssValue, CssProps };
3export { color } from './color';
4export { reset } from './reset';
5export declare const style: ICssStyle;
6export declare const css: import("./types").CssFormat;