ngx-mask-fixed
Version:
awesome ngx mask
10 lines (9 loc) • 370 B
TypeScript
import { ModuleWithProviders } from '@angular/core';
import { optionsConfig } from './config';
export declare class NgxMaskModule {
static forRoot(configValue?: optionsConfig): ModuleWithProviders;
}
/**
* @internal
*/
export declare function _configFactory(initConfig: optionsConfig, configValue: optionsConfig | (() => optionsConfig)): Function | optionsConfig;