kopia lustrzana https://github.com/badgen/badgen
Update type definitions
rodzic
7a060fd241
commit
76d85b5b46
|
@ -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;
|
||||||
|
|
Ładowanie…
Reference in New Issue