export class UiGridNoContentDirective {
    @ContentChild(TemplateRef, {
        static: true,
    })
    html?: TemplateRef<any>;