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.

8 lines 297 B
import { ModelUpdateCommand } from "../ModelUpdateCommand"; export class BaseProductCommand extends ModelUpdateCommand { constructor(_product, historyArgs, args) { super(args, historyArgs); this._product = _product; } } //# sourceMappingURL=BaseProductCommand.js.map