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.

10 lines (9 loc) 413 B
export * from './ProductPreviewRenderer'; export * from './PreviewCanvas'; export * from './PreviewTextEditorController'; export * from './Interfaces/IPreviewContainersSource'; export * from './AutoPreviewContainersSource'; export * from './Interfaces/IItemsComparer'; export * from './TextsWorkaroundItemsComparer'; export * from './ProductPreviewService'; export * from './Interfaces/IPreviewOptions';