myprint-design
Version:
操作简单,组件丰富的一站式打印解决方案打印设计器
20 lines (19 loc) • 421 B
TypeScript
import { HandlePanel } from '../types/entity';
export declare const handlePanelElementList: {
setting: {
icon: string;
label: string;
visible: boolean;
};
operation: {
icon: string;
label: string;
visible: boolean;
};
history: {
icon: string;
label: string;
visible: boolean;
};
};
export declare const miniMap: HandlePanel;