react-simple-toasts
Version:
Instant, lightweight toast notifications for React. No providers or containers needed.
7 lines (6 loc) • 349 B
TypeScript
export declare const createId: () => number;
export declare const isBrowser: () => boolean;
export declare const reverse: <T>(arr: T[]) => T[];
export declare const rgbToRgba: (rgb: string, alpha: number) => string;
export declare const classes: (...args: (string | undefined)[]) => string;
export declare const generateMessage: () => string;