@aplus-frontend/ui
Version:
8 lines (7 loc) • 548 B
TypeScript
import { ApBatchActionGroupMenuProps, ApBatchActionGroupProps } from './interface';
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
type __VLS_Props = ApBatchActionGroupProps & {
menuList: ApBatchActionGroupMenuProps[];
};
declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
export default _default;