textInputs.d.ts 164 B

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