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.

7 lines (6 loc) 218 B
export declare class AdditionalConverter { type: string; parseRawValue: (o: Object) => any; typeCtor: Function; constructor(type: string, parseRawValue: (o: Object) => any, typeCtor: Function); }