UNPKG

214 BJavaScriptView Raw
1import { CssValue } from './types';
2export { CssValue };
3export { color } from './color';
4export { reset } from './reset';
5import * as api from './style';
6export const style = api;
7export const css = style.format;