UNPKG

polished

Version:

A lightweight toolset for writing styles in Javascript.

6 lines (4 loc) 103 B
declare interface Styles { [ruleOrSelector: string]: string | number | Styles; } export { Styles };