Updated Date Picker and All New Pickers

This commit is contained in:
2025-08-21 21:14:14 +05:30
parent 2c4b7ddbc6
commit d0e859c07c
11 changed files with 2898 additions and 36 deletions
+2 -1
View File
@@ -1,7 +1,8 @@
declare global {
interface Window {
schema: any;
submit: any
submit: any;
upload: any;
}
}