diff options
Diffstat (limited to 'notif/example.ts')
| -rw-r--r-- | notif/example.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/notif/example.ts b/notif/example.ts index bb919ae..e803145 100644 --- a/notif/example.ts +++ b/notif/example.ts @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2021 M. Shulhan <ms@kilabit.info> +// SPDX-License-Identifier: GPL-3.0-or-later + import { WuiNotif, WUI_NOTIF_CLASS_ERROR, WUI_NOTIF_CLASS_INFO } from "./notif.js" let inputMsg: HTMLTextAreaElement |
