@funidata/ngx-fudis
Version:
Funidata Design System.
15 lines (14 loc) • 824 B
TypeScript
import { TemplateRef } from '@angular/core';
import * as i0 from "@angular/core";
export declare class FooterContentLeftDirective {
templateRef: TemplateRef<unknown>;
constructor(templateRef: TemplateRef<unknown>);
static ɵfac: i0.ɵɵFactoryDeclaration<FooterContentLeftDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<FooterContentLeftDirective, "[fudisFooterContentLeft]", never, {}, {}, never, never, false, never>;
}
export declare class FooterContentRightDirective {
templateRef: TemplateRef<unknown>;
constructor(templateRef: TemplateRef<unknown>);
static ɵfac: i0.ɵɵFactoryDeclaration<FooterContentRightDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<FooterContentRightDirective, "[fudisFooterContentRight]", never, {}, {}, never, never, false, never>;
}