Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
import { ClickBoundaryProps, ClickBoundaryRef } from './typings';
export declare const IS_BROWSER: boolean;
export declare function isClickOutsideElement(event: Event, dom: Element): boolean;
export declare function isClickInsideElement(event: Event, dom: Element): boolean;
export declare function toChildren(props: ClickBoundaryProps, ref: ClickBoundaryRef): {} | null | undefined;
export declare function onClick(event: Event, props: ClickBoundaryProps, dom: ClickBoundaryRef): void;