UNPKG

@clr/angular

Version:

Angular components for Clarity

13 lines (12 loc) 627 B
import { AfterViewInit, EmbeddedViewRef, OnDestroy, TemplateRef } from '@angular/core'; import { DynamicWrapper } from '../../utils/host-wrapping/dynamic-wrapper'; import * as i0 from "@angular/core"; export declare class WrappedCell implements DynamicWrapper, AfterViewInit, OnDestroy { _dynamic: boolean; templateRef: TemplateRef<void>; cellView: EmbeddedViewRef<void>; ngAfterViewInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration<WrappedCell, never>; static ɵcmp: i0.ɵɵComponentDeclaration<WrappedCell, "dg-wrapped-cell", never, {}, {}, never, ["*"], false, never>; }