UNPKG

@ng-doc/ui-kit

Version:

<!-- PROJECT LOGO --> <br /> <div align="center"> <a href="https://github.com/ng-doc/ng-doc"> <img src="https://ng-doc.com/assets/images/ng-doc.svg?raw=true" alt="Logo" height="150px"> </a>

22 lines (19 loc) 806 B
import * as i0 from '@angular/core'; import { OnChanges } from '@angular/core'; declare class NgDocSmoothResizeComponent implements OnChanges { private readonly element; trigger: unknown; animateOpacity: boolean; resizeAnimation?: { value: unknown; params: { startHeight: number; startWidth: number; }; }; constructor(); ngOnChanges(): void; static ɵfac: i0.ɵɵFactoryDeclaration<NgDocSmoothResizeComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<NgDocSmoothResizeComponent, "ng-doc-smooth-resize", never, { "trigger": { "alias": "trigger"; "required": true; }; "animateOpacity": { "alias": "animateOpacity"; "required": false; }; }, {}, never, ["*"], true, never>; } export { NgDocSmoothResizeComponent };