UNPKG

polished

Version:

A lightweight toolset for writing styles in Javascript.

4 lines (2 loc) 98 B
type InteractionState = void | null | 'active' | 'focus' | 'hover'; export { InteractionState };