UNPKG

@platform/css

Version:

Helpers for working with inline CSS.

9 lines (8 loc) 242 B
export { is } from '@platform/util.is'; export { value as valueUtil } from '@platform/util.value'; import { isEmpty } from 'ramda'; export declare const R: { isEmpty: typeof isEmpty; }; import jss = require('glamor-jss'); export { jss };