@queuedash/ui
Version:
A stunning, sleek dashboard for Bull, BullMQ, and Bee-Queue
10 lines • 432 B
TypeScript
import type { PropsWithChildren } from "react";
type TableRowProps = {
isLastRow: boolean;
isSelected: boolean;
onClick: (e: React.MouseEvent<HTMLDivElement>) => void;
layoutVariant: "job" | "scheduler";
};
export declare const TableRow: ({ isLastRow, children, isSelected, onClick, layoutVariant, }: PropsWithChildren<TableRowProps>) => import("react").JSX.Element;
export {};
//# sourceMappingURL=TableRow.d.ts.map