5 lines
146 B
Plaintext
5 lines
146 B
Plaintext
|
|
|
|
export let globalNotificationProgressCallBack : (() => void) | null = () => { }
|
|
export let globalNotificationProgressFinishCallBack = () => { }
|