UNPKG

@edtr-io/plugin-text

Version:
10 lines 304 B
import * as React from 'react'; declare class Comp extends React.Component<{ onClick: (e: Event) => void; }> { handleClickOutside: (e: Event) => void; render(): JSX.Element; } export declare const OnClickOutside: typeof Comp; export {}; //# sourceMappingURL=on-click-outside.d.ts.map