chore: typo

This commit is contained in:
Vben
2021-06-19 22:38:29 +08:00
parent d3d620f4fc
commit 7dce50cb1f
9 changed files with 42 additions and 52 deletions

1
types/index.d.ts vendored
View File

@@ -11,6 +11,7 @@ declare type RefType<T> = T | null;
declare type LabelValueOptions = {
label: string;
value: any;
[key: string]: string | number | boolean;
}[];
declare type EmitType = (event: string, ...args: any[]) => void;