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 { interface BadgenOptions {
status: string; status: string;
subject?: string; subject?: string;
label?: string;
color?: string; color?: string;
label?: string;
labelColor?: string
style?: StyleOption; style?: StyleOption;
icon?: string; icon?: string;
iconWidth?: 13; iconWidth?: 13;