UNPKG

@lobehub/ui

Version:

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

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