feat: Schema 中 componentProps 随注册组件联动类型提示

This commit is contained in:
dullathanol
2026-04-03 01:39:49 +08:00
parent 128a131797
commit a6433c2b50
18 changed files with 698 additions and 132 deletions

View File

@@ -1 +1,6 @@
export { default as ApiComponent } from './api-component.vue';
export type {
ApiComponentOptionsItem,
ApiComponentProps,
ApiComponentSharedProps,
} from './types';