UNPKG

@le2xx/angular-resize-event

Version:

[![github version](https://img.shields.io/github/package-json/v/vdolek/angular-resize-event/master?label=github)](https://github.com/vdolek/angular-resize-event) [![npm version](https://img.shields.io/npm/v/angular-resize-event)](https://www.npmjs.com/pac

7 lines (6 loc) 202 B
export declare class ResizedEvent { newRect: DOMRectReadOnly; oldRect?: DOMRectReadOnly; isFirst: boolean; constructor(newRect: DOMRectReadOnly, oldRect: DOMRectReadOnly | undefined); }