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