UNPKG

app-datepicker

Version:

A custom datepicker element based on Google's Material Design built from scratch with lit-element

4 lines 283 B
declare type AnyEventType = CustomEvent | KeyboardEvent | MouseEvent | PointerEvent; export declare function findShadowTarget<T extends HTMLElement = HTMLElement>(ev: AnyEventType, callback: (n: HTMLElement) => boolean): T; export {}; //# sourceMappingURL=find-shadow-target.d.ts.map