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.

3 lines (2 loc) 167 B
export declare function validateStringProperty(value: string): string; export declare function validateComponent(value: number, min?: number, max?: number): number;