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