UNPKG

nes-ui-react

Version:

A design system that paints the web in 8 bits.

5 lines (4 loc) 200 B
import { TextFieldProps } from "./TextField"; export interface InputProps extends TextFieldProps { } export declare const Input: ({ ...props }: InputProps) => import("react/jsx-runtime").JSX.Element;