EASYAIuniappNewUI/node_modules/@vue/babel-helper-vue-transform-on/index.d.ts
2025-02-08 18:50:38 +08:00

5 lines
110 B
TypeScript

declare function transformOn(
obj: Record<string, any>
): Record<`on${string}`, any>;
export = transformOn;