15 lines
778 B
TypeScript
15 lines
778 B
TypeScript
import type { PropType } from 'vue';
|
|
import type { IStructConfig } from '../stores/StructStore';
|
|
declare const _sfc_main: import("vue").DefineComponent<{
|
|
config: PropType<IStructConfig>;
|
|
dataSource: ObjectConstructor;
|
|
}, {
|
|
savePNG: (scale?: number) => Promise<void>;
|
|
savePDF: (scale?: number) => Promise<void>;
|
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "onElementClick"[], "onElementClick", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
config: PropType<IStructConfig>;
|
|
dataSource: ObjectConstructor;
|
|
}>> & {
|
|
onOnElementClick?: ((...args: any[]) => any) | undefined;
|
|
}, {}>;
|
|
export default _sfc_main;
|