UNPKG

@veltdev/react

Version:

Velt is an SDK to add collaborative features to your product within minutes. Example: Comments like Figma, Frame.io, Google docs or sheets, Recording like Loom, Huddles like Slack and much more.

13 lines (12 loc) 328 B
export declare const transformWireframeProps: (props: { [key: string]: any; }) => { [key: string]: any; }; /** * To deep compare two objects. * @param arg1 object 1 * @param arg2 object 2 * @returns true if both objects are equal, false otherwise */ export declare const deepCompare: (arg1: any, arg2: any) => any;