UNPKG

beta-parity-react

Version:

Beta Parity React Components

17 lines 549 B
import React from 'react'; import './index.css'; import { Input } from '../BaseInput'; /** * Props for the TextInput component. * * Extends properties from the `Input` component. */ export interface TextInputProps extends React.ComponentPropsWithoutRef<typeof Input> { } /** * **Parity TextInput**. * * @see {@link https://beta-parity-react.vercel.app/text-input Parity TextInput} */ export declare const TextInput: React.ForwardRefExoticComponent<TextInputProps & React.RefAttributes<HTMLInputElement>>; //# sourceMappingURL=index.d.ts.map