UNPKG

sweetalert

Version:

A beautiful replacement for JavaScript's "alert"

6 lines (5 loc) 177 B
export interface ContentOptions { element: string | Node; attributes?: object; } export declare const getContentOpts: (contentParam: string | object) => ContentOptions;