UNPKG

shadcn-react

Version:
6 lines (5 loc) 276 B
/// <reference types="react" /> import { InputProps as UiInputProps } from '../ui/input'; export interface InputProps extends UiInputProps { } export declare const Input: import("react").ForwardRefExoticComponent<InputProps & import("react").RefAttributes<HTMLInputElement>>;