first commit
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user