fix(babel-helper-vue-transform-on): dts type

This commit is contained in:
三咲智子 Kevin Deng 2023-08-01 23:30:05 +08:00
parent 768fb3ec2a
commit 1dd05b1ae8
No known key found for this signature in database
GPG Key ID: 69992F2250DFD93E

View File

@ -1,4 +1,4 @@
declare function transformOn(
obj: Record<string, any>
): Record<`on${string}`, any>;
export default transformOn;
export = transformOn;