UNPKG

app-datepicker

Version:

Google Material Design based date picker built with lit

6 lines (5 loc) 167 B
export function warnUndefinedElement(elementName) { if (!globalThis.customElements.get(elementName)) { console.warn(`${elementName} is required`); } }