@queuedash/ui
Version:
A stunning, sleek dashboard for Bull, BullMQ, and Bee-Queue
9 lines • 336 B
TypeScript
import type { PropsWithChildren, ReactElement } from "react";
type AlertProps = {
title: string;
description: string;
action: ReactElement;
};
export declare const Alert: ({ title, description, action, children, }: PropsWithChildren<AlertProps>) => import("react").JSX.Element;
export {};
//# sourceMappingURL=Alert.d.ts.map