UNPKG

@aurigma/design-atoms-model

Version:

Design Atoms is a part of Customer's Canvas SDK which allows for manipulating individual design elements through your code.

5 lines (4 loc) 143 B
import { Collection } from "../Collection"; import { Swatch } from "./Swatch"; export declare class Palette extends Collection<Swatch> { }