UNPKG

ion-intl-tel-v2

Version:

This is a continuation of the original project from azzamasghar1 (https://github.com/azzamasghar1/ion-intl-tel-input) which includes new features and some much requested features

5 lines (4 loc) 257 B
import { MissingTranslationHandler, MissingTranslationHandlerParams } from "@ngx-translate/core"; export declare class CustomMissingTranslationHandler implements MissingTranslationHandler { handle(params: MissingTranslationHandlerParams): string; }