home
/
forge
/
roadtovirtuosity.com
/
public
/
js
/
plugins
/
flatpickr
/
types
➕ New
📤 Upload
✎ Editing:
globals.d.ts
← Back
import { Options } from "./options"; import { Instance, FlatpickrFn } from "./instance"; declare global { interface HTMLElement { flatpickr: (config?: Options) => Instance; _flatpickr?: Instance; } interface NodeList { flatpickr: (config?: Options) => Instance | Instance[]; } interface HTMLCollection { flatpickr: (config?: Options) => Instance | Instance[]; } interface Window { flatpickr: FlatpickrFn; } interface Date { fp_incr: (n: number) => Date; } }
💾 Save Changes
Cancel
📤 Upload File
×
Select File
Upload
Cancel
➕ Create New
×
Type
📄 File
📁 Folder
Name
Create
Cancel
✎ Rename Item
×
Current Name
New Name
Rename
Cancel
🔐 Change Permissions
×
Target File
Permission (e.g., 0755, 0644)
0755
0644
0777
Apply
Cancel