YangYuGang
2025-03-08 1094c29e03ee0efc7121babda0532c8138aa801f
types/index.d.ts
@@ -14,7 +14,7 @@
  [key: string]: string | number | boolean;
}[];
declare type EmitType = (event: string, ...args: any[]) => void;
declare type EmitType = ReturnType<typeof defineEmits>;
declare type TargetContext = '_self' | '_blank';