UNPKG

myprint-design

Version:

操作简单,组件丰富的一站式打印解决方案打印设计器

25 lines (24 loc) 796 B
import { DisplayModel, MyAuxiliaryLine, PageUnit, Panel, Provider } from '../types/entity'; export declare const useAppStoreHook: import("pinia").StoreDefinition<"myPrintApp", { locale: string; displayModel: DisplayModel; client: { connect: boolean; }; panelPosition: { x: number; y: number; scrollX: number; scrollY: number; }; currentPanel: Panel; previewData: any[]; provider: Provider; lastPageUnit: PageUnit; currentElement: import("../types/entity").MyElement[]; auxiliaryLineTmp: MyAuxiliaryLine; dataRotation: number | "rotate" | "none" | "ns-resize" | "move" | "col-resize"; }, {}, { SET_LOCALE<T extends "zhCn" | "enUs">(locale: T): void; SET_CLIENT_CONNECT(status: boolean): void; }>;