UNPKG

@rohitkr/jss-plugin-default-unit

Version:

JSS plugin that adds default custom unit to numeric values where needed

9 lines (6 loc) 206 B
// @flow import defaultUnits from './defaultUnits' export type px = string | Function export type ms = string | Function export type percent = string | Function declare export default typeof defaultUnits