UNPKG

164 BTypeScriptView Raw
1import { InteractionState } from '../types/interactionState';
2
3declare function textInputs(...states: Array<InteractionState>): string;
4
5export default textInputs;