Skip to content

Commit 1dd05b1

Browse files
committed
fix(babel-helper-vue-transform-on): dts type
1 parent 768fb3e commit 1dd05b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
declare function transformOn(
22
obj: Record<string, any>
33
): Record<`on${string}`, any>;
4-
export default transformOn;
4+
export = transformOn;

0 commit comments

Comments
 (0)