UNPKG

@lobehub/ui

Version:

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

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