UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

5 lines (4 loc) 294 B
export declare function shallowCompare(a: any, b: any): boolean; export declare function assign(target: any, ...args: any[]): any; /** Generates a unique id in the global scope (this spans across duplicate copies of the same library.) */ export declare function getId(prefix?: string): string;