UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

6 lines 222 B
import { RefObject } from 'preact'; export declare function useMouseDownOutside(options: { ref: RefObject<HTMLElement>; onMouseDownOutside: () => void; }): void; //# sourceMappingURL=use-mouse-down-outside.d.ts.map