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.

9 lines (8 loc) 265 B
export declare class CmykComponentValidator { private _sourceString; private _regexArray; private _maxValue; constructor(_sourceString: string, _regexArray: RegExpExecArray, _maxValue: number); validate(): void; private _validate; }