diff options
Diffstat (limited to 'input/number.ts')
| -rw-r--r-- | input/number.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/input/number.ts b/input/number.ts index 9ea8bb6..309fffd 100644 --- a/input/number.ts +++ b/input/number.ts @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2021 M. Shulhan <ms@kilabit.info> +// SPDX-License-Identifier: GPL-3.0-or-later + export interface WuiInputNumberOpts { label: string | HTMLElement value: number |
