@types/react-click-outside
TypeScript icon, indicating that this package has built-in type declarations

3.0.7 • Public • Published

Installation

npm install --save @types/react-click-outside

Summary

This package contains type definitions for react-click-outside (https://github.com/kentor/react-click-outside).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-click-outside.

index.d.ts

import * as React from "react";

declare function enhanceWithClickOutside<C extends React.ComponentClass<any>>(wrappedComponent: C): C;

declare namespace enhanceWithClickOutside {}
export = enhanceWithClickOutside;

Additional Details

  • Last updated: Thu, 28 Dec 2023 21:06:45 GMT
  • Dependencies: @types/react

Credits

These definitions were written by Christian Rackerseder, and Roman Nuritdinov.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/react-click-outside

Weekly Downloads

6,468

Version

3.0.7

License

MIT

Unpacked Size

3.36 kB

Total Files

5

Last publish

Collaborators

  • types