UNPKG

@lobehub/ui

Version:

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

8 lines (7 loc) 239 B
import { InputProps } from "./type.mjs"; import * as react150 from "react"; //#region src/Input/Input.d.ts declare const Input: react150.NamedExoticComponent<InputProps>; //#endregion export { Input }; //# sourceMappingURL=Input.d.mts.map