@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.
4 lines (3 loc) • 328 B
TypeScript
import { IInputPropertyMetadata, TPropertyDataTypes } from "./Interfaces/IInputPropertyMetadata";
export declare function Property(value: IInputPropertyMetadata): (target: Object, propertyKey: string) => void;
export declare const checkType: (meta: IInputPropertyMetadata, target: object, key: string) => TPropertyDataTypes;