UNPKG

@atlaskit/popup

Version:

A popup displays brief content in an overlay.

6 lines (5 loc) 175 B
export declare const useAnimationFrame: () => { requestFrame: (callback: () => void) => number; cancelFrame: (id: number) => void; cancelAllFrames: () => void; };