UNPKG

app-datepicker

Version:

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

8 lines (7 loc) 194 B
export function findShadowTarget(ev, callback) { return ev.composedPath().find((n) => { if (n instanceof HTMLElement) return callback(n); return false; }); }