| 5 | */ |
| 6 | |
| 7 | export interface ClassNameList { |
| 8 | [key: string]: string, |
| 9 | }; |
| 10 | |
| 11 | const OVERLAY: string = 'swal-overlay'; |
| 12 | const BUTTON: string = 'swal-button'; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…