admin-vben/packages/effects/common-ui/src/components/api-component/index.ts

8 lines
193 B
TypeScript

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