mirror of
https://github.com/youzan/vant.git
synced 2025-10-19 18:14:13 +00:00
types(Popup): use tsx (#8110)
* types(Popup): use tsx * types: add PopupCloseIconPosition
This commit is contained in:
3
src/vue-shim.d.ts
vendored
3
src/vue-shim.d.ts
vendored
@@ -6,6 +6,9 @@ import 'vue';
|
||||
// https://github.com/vuejs/vue-next/issues/3029
|
||||
declare module 'vue' {
|
||||
interface ComponentCustomProps {
|
||||
role?: string;
|
||||
tabindex?: number;
|
||||
onClick?: (event: MouseEvent) => void;
|
||||
onClosed?: () => void;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user