@funidata/ngx-fudis
Version:
Funidata Design System.
13 lines (12 loc) • 552 B
TypeScript
import { TemplateRef } from '@angular/core';
import * as i0 from "@angular/core";
/**
* A marker directive used to tag the template that will be rendered inside the Select options
* components
*/
export declare class SelectOptionsDirective {
templateRef: TemplateRef<unknown>;
constructor(templateRef: TemplateRef<unknown>);
static ɵfac: i0.ɵɵFactoryDeclaration<SelectOptionsDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<SelectOptionsDirective, "[fudisSelectOptions]", never, {}, {}, never, never, false, never>;
}