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 294 B
import { ModelUpdateCommand } from "../ModelUpdateCommand"; export class BaseSurfaceCommand extends ModelUpdateCommand { constructor(surface, historyArgs, args) { super(args, historyArgs); this.surface = surface; } } //# sourceMappingURL=BaseSurfaceCommand.js.map