FLUJOS/VISUALIZACION/node_modules/polished/lib/shorthands/textInputs.d.ts
2025-11-07 00:06:12 +01:00

5 lines
164 B
TypeScript
Executable file

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