mirror of
https://github.com/youzan/vant.git
synced 2025-10-19 18:14:13 +00:00
chore(Tag): use tsx (#8066)
This commit is contained in:
11
src/vue-shim.d.ts
vendored
Normal file
11
src/vue-shim.d.ts
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
import 'vue';
|
||||
|
||||
// TODO
|
||||
// should be removed after Vue supported component events typing
|
||||
// see: https://github.com/vuejs/vue-next/issues/1553
|
||||
// https://github.com/vuejs/vue-next/issues/3029
|
||||
declare module 'vue' {
|
||||
interface ComponentCustomProps {
|
||||
onClick?: (event: MouseEvent) => void;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user