feat: Schema 中 componentProps 随注册组件联动类型提示
This commit is contained in:
@@ -1 +1,6 @@
|
||||
export { default as ApiComponent } from './api-component.vue';
|
||||
export type {
|
||||
ApiComponentOptionsItem,
|
||||
ApiComponentProps,
|
||||
ApiComponentSharedProps,
|
||||
} from './types';
|
||||
|
||||
Reference in New Issue
Block a user