UNPKG

ngx-mask-fixed

Version:
10 lines (9 loc) 370 B
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;