feat: 更新组件类型定义,添加新的 UI 组件支持

This commit is contained in:
2025-12-12 00:11:42 +07:00
parent 088ebf1f76
commit d9860582dd
5 changed files with 280 additions and 5 deletions

View File

@@ -1 +1,2 @@
export type PageInstance = InstanceType<typeof import("@ionic/vue").IonPage>;
export type InputInstance = InstanceType<typeof import("@ionic/vue").IonInput>;