UNPKG

declarations

Version:

[![npm version](https://badge.fury.io/js/declarations.svg)](https://www.npmjs.com/package/declarations)

10 lines (8 loc) 403 B
// Type definitions for element-resize-event 1.0.1 // Project: https://github.com/KyleAMathews/element-resize-event // Definitions by: Rogier Schouten <https://github.com/rogierschouten> // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped declare module "element-resize-event" { function elementResizeEvent(domNode: Element, callback: () => void): void; export = elementResizeEvent; }