MCPcopy
hub / github.com/t4t5/sweetalert / ClassNameList

Interface ClassNameList

src/modules/class-list/index.ts:7–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5 */
6
7export interface ClassNameList {
8 [key: string]: string,
9};
10
11const OVERLAY: string = 'swal-overlay';
12const BUTTON: string = 'swal-button';

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…