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) 179 B
export declare function check(data: {}, types: ITypeDescription[]): boolean; export interface ITypeDescription { name: string; type?: string; classType?: any; }