first commit

This commit is contained in:
maher
2026-06-06 13:55:42 +02:00
commit a75adf3c39
2371 changed files with 511696 additions and 0 deletions
@@ -0,0 +1,6 @@
// Hand-written type declaration for utils.js, which is compiled by Google
// Closure Compiler (not TypeScript) so no .d.ts is emitted automatically.
// Copied to dist/js/utils.d.ts during build (see scripts/build-dts.js).
import type { ItiUtils } from "intl-tel-input";
declare const utils: ItiUtils;
export default utils;