UNPKG

@catull/igniteui-angular

Version:

Ignite UI for Angular is a dependency-free Angular toolkit for building modern web apps

9 lines (8 loc) 206 B
import { TemplateRef } from '@angular/core'; /** * @hidden */ export declare class IgxRowLoadingIndicatorTemplateDirective { template: TemplateRef<any>; constructor(template: TemplateRef<any>); }