@aurigma/design-atoms
Version:
Design Atoms is a part of Customer's Canvas SDK which allows for manipulating individual design elements through your code.
7 lines (6 loc) • 319 B
TypeScript
import { GroupItemHandler } from "./GroupItemHandler";
import { ClipartItem } from "@aurigma/design-atoms-model/Product/Items";
export declare class ClipartItemHandler extends GroupItemHandler {
get item(): ClipartItem;
protected _onItemPropertyChanged(sender: ClipartItem, propertyName: string): void;
}