UNPKG

@platform/css

Version:

Helpers for working with inline CSS.

6 lines (5 loc) 215 B
import { ICssStyle, CssValue, CssProps } from './types'; export { CssValue, CssProps }; export { color } from './color'; export declare const style: ICssStyle; export declare const css: import("./types").CssFormat;