@aplus-frontend/ui
Version:
51 lines (50 loc) • 2.19 kB
TypeScript
import { handleExportDownload } from './handleExportDownload';
import { convertExportField } from './convertExportField';
import { CreateComponentPublicInstanceWithMixins, ComponentOptionsMixin, PublicProps, GlobalComponents, GlobalDirectives, ComponentProvideOptions, ComponentOptionsBase, VNodeProps, AllowedComponentProps, ComponentCustomProps, Plugin } from 'vue';
import { ApExportGroupProps } from './interface';
export * from './interface';
declare const ApExportGroup: {
new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly< ApExportGroupProps> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
type: "button" | "dropdown" | "group";
exportField: boolean | {
key?: string;
convertField?: {
[key: string]: string[];
};
};
successMessage: boolean | string;
}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
P: {};
B: {};
D: {};
C: {};
M: {};
Defaults: {};
}, Readonly< ApExportGroupProps> & Readonly<{}>, {}, {}, {}, {}, {
type: "button" | "dropdown" | "group";
exportField: boolean | {
key?: string;
convertField?: {
[key: string]: string[];
};
};
successMessage: boolean | string;
}>;
__isFragment?: never;
__isTeleport?: never;
__isSuspense?: never;
} & ComponentOptionsBase<Readonly< ApExportGroupProps> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
type: "button" | "dropdown" | "group";
exportField: boolean | {
key?: string;
convertField?: {
[key: string]: string[];
};
};
successMessage: boolean | string;
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & ( Plugin & (new (...args: any[]) => {
$props: {
onClick?: () => void;
};
}));
export { ApExportGroup, handleExportDownload, convertExportField };