mirror of
https://gitee.com/bootx/dax-pay-ui.git
synced 2025-09-01 18:17:46 +00:00
chore: fix type:check error (#3126)
* chore: Fix ts type error * chore: fix type:check error
This commit is contained in:
2
types/index.d.ts
vendored
2
types/index.d.ts
vendored
@@ -14,7 +14,7 @@ declare type LabelValueOptions = {
|
||||
[key: string]: string | number | boolean;
|
||||
}[];
|
||||
|
||||
declare type EmitType = (event: string, ...args: any[]) => void;
|
||||
declare type EmitType = ReturnType<typeof defineEmits>;
|
||||
|
||||
declare type TargetContext = '_self' | '_blank';
|
||||
|
||||
|
Reference in New Issue
Block a user