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.

36 lines 1.54 kB
export * from './TransformCommands'; export * from './AddContentCommand'; export * from './AlignItemsCommand'; export * from './BaseItemsCommand'; export * from './BringItemsCommand'; export * from './ChangeBarcodeFormatCommand'; export * from './ChangeClipartItemColor'; export * from './ChangeColumnCountCommand'; export * from './ChangeLayoutCommand'; export * from './CloneItemsCommand'; export * from './ConvertGroupIntoLayoutCommand'; export * from './ConvertItemToPlaceholderCommand'; export * from './ConvertLayoutIntoGroupCommand'; export * from './ConvertPlaceholderToItemCommand'; export * from './ConvertTextItemCommand'; export * from './CreateItemCommand'; export * from './DeleteItemsCommand'; export * from './DistributeItemsCommand'; export * from './EditItemsCommand'; export * from './EditPlaceholderCommand'; export * from './FixUnsupportedTextCommand'; export * from './GroupAlignCommand'; export * from './GroupItemsCommand'; export * from './InsertItemsIntoAreaCommand'; export * from './MoveItemCommand'; export * from './PlaceholderContentResetCommand'; export * from './PlaceholderContentRotateCommand'; export * from './PlaceholderContentScaleCommand'; export * from './PlaceItemsToAreaCommand'; export * from './ReplaceGroupItemContentCommand'; export * from './ReplaceItemsCommand'; export * from './SetImageItemCommand'; export * from './SetImageMetadataCommand'; export * from './TranslateItemsCommand'; export * from './UngroupItemsCommand'; //# sourceMappingURL=index.js.map