UNPKG

tweak-tools

Version:

Tweak your React projects until awesomeness

9 lines (8 loc) 268 B
/// <reference types="react" /> export declare function usePopin(margin?: number): { popinRef: import("react").RefObject<HTMLDivElement>; wrapperRef: import("react").RefObject<HTMLDivElement>; shown: boolean; show: () => void; hide: () => void; };