UNPKG

@jiaozhiye/qm-design-vue

Version:

A Component Library for Vue3.0

20 lines (19 loc) 952 B
declare const PrintGroup: import("../_utils/types").SFCWithInstall<import("vue").DefineComponent<{ size?: import("../_utils/types").ComponentSize | undefined; uniqueKey?: string | undefined; }, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { open: () => boolean; close: () => boolean; print: (value: boolean) => boolean; export: (value: boolean) => boolean; }, string, import("vue").PublicProps, Readonly<{ size?: import("../_utils/types").ComponentSize | undefined; uniqueKey?: string | undefined; }> & Readonly<{ onClose?: (() => any) | undefined; onPrint?: ((value: boolean) => any) | undefined; onExport?: ((value: boolean) => any) | undefined; onOpen?: (() => any) | undefined; }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>; export default PrintGroup; export type { PrintGroupProps } from '../print/src/props';