@passflow/passflow-react-sdk
Version:
Passflow React UI Kit
8 lines • 342 B
TypeScript
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