UNPKG

jss-plugin-default-unit

Version:

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

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