UNPKG

@lobehub/ui

Version:

Lobe UI is an open-source UI component library for building AIGC web apps

5 lines (4 loc) 167 B
/// <reference types="react" /> import type { InputProps } from './type'; declare const Input: import("react").NamedExoticComponent<InputProps>; export default Input;