UNPKG

@lobehub/ui

Version:

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

6 lines 241 B
import { SelectProps } from "./type.mjs"; //#region src/base-ui/Select/Select.d.ts declare const Select: import("react").NamedExoticComponent<SelectProps<any>>; //#endregion export { Select as default }; //# sourceMappingURL=Select.d.mts.map