UNPKG

polished

Version:

A lightweight toolset for writing styles in Javascript.

12 lines (10 loc) 155 B
type SideKeyword = | 'top' | 'topRight' | 'right' | 'bottomRight' | 'bottom' | 'bottomLeft' | 'left' | 'topLeft'; export { SideKeyword };