UNPKG

@dekk-ui/input-field

Version:
4 lines (3 loc) 191 B
import React from "react"; import { TextInputProps } from "../types"; export declare const TextInput: React.ForwardRefExoticComponent<TextInputProps & React.RefAttributes<HTMLInputElement>>;