UNPKG

@queuedash/ui

Version:

A stunning, sleek dashboard for Bull, BullMQ, and Bee-Queue

11 lines 289 B
type Action = { label: string; onSelect: () => void; icon: React.ReactNode; }; type ActionMenuProps = { actions: Action[]; }; export declare const ActionMenu: ({ actions }: ActionMenuProps) => import("react").JSX.Element; export {}; //# sourceMappingURL=ActionMenu.d.ts.map