@taiga-ui/kit
Version:
Taiga UI Angular main components kit
6 lines (5 loc) • 305 B
TypeScript
import { ChangeDetectorRef, TemplateRef } from '@angular/core';
import { PolymorpheusTemplate } from '@tinkoff/ng-polymorpheus';
export declare class TuiAccordionItemContentDirective extends PolymorpheusTemplate<{}> {
constructor(templateRef: TemplateRef<{}>, changeDetectorRef: ChangeDetectorRef);
}