7 lines
324 B
TypeScript
Executable File
7 lines
324 B
TypeScript
Executable File
// 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;
|