@aplus-frontend/ui
Version:
14 lines (13 loc) • 646 B
TypeScript
import { ApExportGroupProps } from './interface';
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
declare const _default: DefineComponent<ApExportGroupProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApExportGroupProps> & Readonly<{}>, {
type: "button" | "dropdown" | "group";
exportField: boolean | {
key?: string;
convertField?: {
[key: string]: string[];
};
};
successMessage: boolean | string;
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
export default _default;