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