Update type definitions

pull/61/head
Amio 2019-07-06 18:22:05 +08:00
rodzic 7a060fd241
commit 76d85b5b46
1 zmienionych plików z 2 dodań i 1 usunięć

3
src/index.d.ts vendored
Wyświetl plik

@ -1,8 +1,9 @@
interface BadgenOptions {
status: string;
subject?: string;
label?: string;
color?: string;
label?: string;
labelColor?: string
style?: StyleOption;
icon?: string;
iconWidth?: 13;