UNPKG

myprint-design

Version:

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

4 lines (3 loc) 255 B
import { CSSProperties } from 'vue-demi'; import { MyElement } from '../../../../types/entity'; export declare function computedStyle(element: MyElement, type: 'horizontal' | 'vertical' | 'rect', lineStyle?: 'dotted' | 'solid' | 'dashed'): CSSProperties;