UNPKG

apphouse

Version:

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

6 lines (5 loc) 290 B
export declare const CLICK_OUTSIDE_BLOCKER_CLASS = "ignoreClickOutside"; export declare const SHORTCUT_BLOCKER_CLASS = "block-shortcut"; export default function withKeyFiltering(ComponentToEnhance: any): ({ ...props }: { [x: string]: any; }) => import("react/jsx-runtime").JSX.Element;