UNPKG

@easy-shadcn/react

Version:

Use shadcn/ui easy&enhance like component library

8 lines (5 loc) 252 B
import * as React from 'react'; interface InputProps extends React.InputHTMLAttributes<HTMLInputElement> { } declare const Input: React.ForwardRefExoticComponent<InputProps & React.RefAttributes<HTMLInputElement>>; export { Input, type InputProps };