UNPKG

angular-resize-event-package

Version:

Angular directive for detecting changes of an element size.

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