@catull/igniteui-angular
Version:
Ignite UI for Angular is a dependency-free Angular toolkit for building modern web apps
11 lines (10 loc) • 432 B
TypeScript
import { TemplateRef } from '@angular/core';
/**
* The IgxGridToolbarCustomContentDirective directive is used to mark an 'ng-template' (with
* the 'igxToolbarCustomContent' selector) defined in the IgxGrid which is used to provide
* custom content for cener part of the IgxGridToolbar.
*/
export declare class IgxGridToolbarCustomContentDirective {
template: TemplateRef<any>;
constructor(template: TemplateRef<any>);
}