UNPKG

@atlaskit/motion

Version:

A set of utilities to apply motion in your application.

7 lines (6 loc) 261 B
/** * Will return a unique id that does not change between renders. * Try not use this to render DOM markup (attributes or otherwise) * as you will probably not get the same result on the Server vs. Client. */ export declare function useUniqueId(): string;