@lobehub/ui
Version:
Lobe UI is an open-source UI component library for building AIGC web apps
15 lines (13 loc) • 440 B
text/typescript
import { DropdownProps } from "./type.mjs";
import * as react28 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: react28.NamedExoticComponent<DropdownProps>;
//#endregion
export { Dropdown };
//# sourceMappingURL=Dropdown.d.mts.map