UNPKG

@lobehub/ui

Version:

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

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