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.

9 lines (8 loc) 207 B
export declare class ObjectFactory<TObject> { private _dict; constructor(types: { typeName: string; new (): TObject; }[]); create(itemHandlerType: string): TObject; }