UNPKG

@taiga-ui/cdk

Version:

Base library for creating Angular components and applications using Taiga UI principles regarding of actual visual appearance

11 lines (10 loc) 516 B
import { type OnDestroy, type Type, type ValueProvider } from '@angular/core'; import * as i0 from "@angular/core"; export declare function provideStyles(useValue: Type<unknown>): ValueProvider; export declare class TuiWithStyles implements OnDestroy { private readonly injector; private readonly refs; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration<TuiWithStyles, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<TuiWithStyles, never, never, {}, {}, never, never, true, never>; }