UNPKG

polished

Version:

A lightweight toolset for writing styles in Javascript.

9 lines (6 loc) 208 B
import { Styles } from '../types/style'; declare function position( firstValue: string | number | null, ...values: Array<null | void | string | null | void | number> ): Styles; export default position;