UNPKG

@aurigma/design-atoms

Version:

Design Atoms is a part of Customer's Canvas SDK which allows for manipulating individual design elements through your code.

13 lines (12 loc) 283 B
export interface IPrintZoneConfiguration { bleed: IPrintZoneConfig; trim: IPrintZoneConfig; region: IPrintZoneConfig; } export interface IPrintZoneConfig { color: string; width: number; step: number; altColor?: string; visible: boolean; }