mirror of
https://gitee.com/bootx/dax-pay-ui.git
synced 2025-09-02 10:26:32 +00:00
chore: typo
This commit is contained in:
1
types/index.d.ts
vendored
1
types/index.d.ts
vendored
@@ -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;
|
||||
|
Reference in New Issue
Block a user