@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 • 446 B
JavaScript
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';
//# sourceMappingURL=index.js.map