UNPKG

@millieofzo/ion-intl-tel-input

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) 253 B
import { MissingTranslationHandler, MissingTranslationHandlerParams } from "@ngx-translate/core"; export declare class CustomMissingTranslationHandler implements MissingTranslationHandler { handle(params: MissingTranslationHandlerParams): string; }