UNPKG

polished

Version:

A lightweight toolset for writing styles in Javascript.

6 lines (3 loc) 164 B
import { InteractionState } from '../types/interactionState'; declare function textInputs(...states: Array<InteractionState>): string; export default textInputs;