Files
Shifted/node_modules/polished/lib/shorthands/textInputs.d.ts
2026-02-10 01:14:19 +00:00

6 lines
164 B
TypeScript

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