UNPKG

@passflow/passflow-react-sdk

Version:
8 lines 342 B
import { InputHTMLAttributes } from 'react'; export declare const FieldText: import('react').ForwardRefExoticComponent<InputHTMLAttributes<HTMLInputElement> & { id: string; isError?: boolean; className?: string; disabled?: boolean; } & import('react').RefAttributes<HTMLInputElement>>; //# sourceMappingURL=field-text.d.ts.map