MCPcopy
hub / github.com/flatpickr/flatpickr / Config

Interface Config

src/plugins/rangePlugin.ts:3–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { Plugin } from "../types/options";
2
3export interface Config {
4 input?: string | HTMLInputElement;
5 position?: "left";
6}
7
8declare global {
9 interface Window {

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…