UNPKG

apphouse

Version:

Component library for React that uses observable state management and theme-able components.

4 lines (3 loc) 153 B
export default function withClickOutside(ComponentToEnhance: any): ({ ...props }: { [x: string]: any; }) => import("react/jsx-runtime").JSX.Element;