@getalby/lightning-messageboard
Version:
A web component for a lightning messageboard powered by NWC
7 lines (6 loc) • 327 B
TypeScript
/**
* Utility functions for the Lightning Messageboard
*/
export declare function escapeHTML(str: string): string;
export declare function formatNumber(num: number): string;
export declare function showToast(parent: ShadowRoot, title: string, message: string, type?: "error" | "success" | "info", duration?: number): number;