MCPcopy
hub / github.com/flatpickr/flatpickr / HTMLElement

Interface HTMLElement

src/types/globals.ts:5–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3
4declare global {
5 interface HTMLElement {
6 flatpickr: (config?: Options) => Instance;
7 _flatpickr?: Instance;
8 }
9
10 interface NodeList {
11 flatpickr: (config?: Options) => Instance | Instance[];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…