@lobehub/ui
Version:
Lobe UI is an open-source UI component library for building AIGC web apps
15 lines (13 loc) • 438 B
text/typescript
import { DropdownProps } from "./type.mjs";
import * as react3 from "react";
//#region src/Dropdown/Dropdown.d.ts
/**
* @deprecated
* Use `DropdownMenu` or `ContextMenu` instead
* @see https://ui.lobehub.com/components/context-menu
* @see https://ui.lobehub.com/components/dropdown-menu
*/
declare const Dropdown: react3.NamedExoticComponent<DropdownProps>;
//#endregion
export { Dropdown };
//# sourceMappingURL=Dropdown.d.mts.map