@queuedash/ui
Version:
A stunning, sleek dashboard for Bull, BullMQ, and Bee-Queue
8 lines • 341 B
TypeScript
type QueueDashPagesProps = {
apiUrl: string;
basename: string;
headers?: Record<string, string> | (() => Record<string, string> | Promise<Record<string, string>>);
};
export declare const App: ({ apiUrl, basename, headers }: QueueDashPagesProps) => import("react").JSX.Element | null;
export {};
//# sourceMappingURL=App.d.ts.map