@platform/css
Version:
Helpers for working with inline CSS.
11 lines (10 loc) • 417 B
TypeScript
import { ICssStyle, CssValue, CssProps } from './types';
export { CssValue, CssProps };
export { color } from './color';
export { color as Color } from './color';
export { reset } from './reset';
export declare const style: ICssStyle;
export declare const Style: ICssStyle;
export declare const css: import("./types").CssFormat;
import { color } from './color';
export declare const formatColor: typeof color.format;