UNPKG

@queuedash/ui

Version:

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

10 lines 397 B
import type { PropsWithChildren } from "react"; type TableRowProps = { isLastRow: boolean; isSelected: boolean; onClick: () => 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