@funidata/ngx-fudis
Version:
Funidata Design System.
14 lines (13 loc) • 753 B
TypeScript
import { TemplateRef } from '@angular/core';
import * as i0 from "@angular/core";
export declare class ExpandableActionsDirective {
private _hostClass;
static ɵfac: i0.ɵɵFactoryDeclaration<ExpandableActionsDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<ExpandableActionsDirective, "fudis-expandable-actions", never, {}, {}, never, never, false, never>;
}
export declare class ExpandableContentDirective {
templateRef: TemplateRef<unknown>;
constructor(templateRef: TemplateRef<unknown>);
static ɵfac: i0.ɵɵFactoryDeclaration<ExpandableContentDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<ExpandableContentDirective, "[fudisExpandableContent]", never, {}, {}, never, never, false, never>;
}