@lobehub/ui
Version:
Lobe UI is an open-source UI component library for building AIGC web apps
11 lines (10 loc) • 293 B
text/typescript
import { SelectProps } from "./type.mjs";
import * as react15 from "react";
//#region src/Select/Select.d.ts
/**
* @deprecated Use `LobeSelect` instead.
*/
declare const Select: react15.NamedExoticComponent<SelectProps>;
//#endregion
export { Select };
//# sourceMappingURL=Select.d.mts.map