UNPKG

@rohitkr/jss-plugin-default-unit

Version:

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

7 lines (4 loc) 182 B
// @flow import type {Plugin} from '@rohitkr/jss' export type Options = {[key: string]: string | ((val: number) => string)} declare export default (options?: Options) => Plugin