UNPKG

app-datepicker-rtl

Version:

A custom datepicker element based on Google's Material Design built from scratch with lit-element. Fork of app-datepicker by motts.

8 lines (7 loc) 200 B
export function dispatchCustomEvent(target, eventName, detail) { return target.dispatchEvent(new CustomEvent(eventName, { detail, bubbles: true, composed: true, })); }