@lxlib/form
Version:
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.1.
10 lines (9 loc) • 319 B
TypeScript
import { OnInit, TemplateRef } from '@angular/core';
import { SFComponent } from '../../sf.component';
export declare class SFTemplateDirective implements OnInit {
private templateRef;
private table;
path: string;
constructor(templateRef: TemplateRef<void>, table: SFComponent);
ngOnInit(): void;
}