@byloth/vuert
Version:
The headless alerts, modals, notifications & popups library for Vue.js craftsmen. ℹ
7 lines (6 loc) • 313 B
TypeScript
import { RuntimeException } from "@byloth/core";
import type { AlertOptions } from "./types/alert/index.js";
export declare class AlertThrottledException<R, T extends AlertOptions<R>> extends RuntimeException {
readonly alert: T;
constructor(alert: T, message?: string, cause?: unknown, name?: string);
}