hy-print
Version:
print for table
16 lines (15 loc) • 358 B
text/typescript
export interface printType {
id?: string | undefined | null
element?: Element | undefined | null,
clone: boolean,
type: "hyOnlyTable" | "canvas" | "print.js" | "normal" | "amis";
markWater?: {
text: string
gapX: number
gapY: number
}
css?: any
}
export interface allOfT {
init(): void
}