primeng-shadowdom-directives
Version:
Directives that make PrimeNG plays nicely with ShadowDOM
14 lines (13 loc) • 647 B
TypeScript
import { Calendar } from "primeng/calendar";
import * as i0 from "@angular/core";
/**
* Though delete the following line, there's no error thrown in the console
* but the directive doesn't work as expected, value is not updated in the input field after selection
* so we need to keep it
*/
export declare class psdCalendarDirective {
private readonly hostEl;
constructor(hostEl: Calendar);
static ɵfac: i0.ɵɵFactoryDeclaration<psdCalendarDirective, [{ optional: true; host: true; self: true; }]>;
static ɵdir: i0.ɵɵDirectiveDeclaration<psdCalendarDirective, "[psdCalendar]", never, {}, {}, never, never, false, never>;
}