UNPKG

ng-zorro-antd-mobile

Version:

An enterprise-class mobile UI components based on Ant Design and Angular

20 lines (19 loc) 819 B
import { OnInit, EventEmitter, OnDestroy } from '@angular/core'; import { LocaleProviderService } from 'ng-zorro-antd-mobile/locale-provider'; import * as i0 from "@angular/core"; export declare class CustomKeyboardComponent implements OnInit, OnDestroy { private _localeProvider; prefixCls: string; wrapCls: object; okText: string; wrapperCls: object; private _locale; private _unsubscribe$; onClick: EventEmitter<any>; constructor(_localeProvider: LocaleProviderService); tdClick(e: any): void; ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration<CustomKeyboardComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<CustomKeyboardComponent, "CustomKeyboard", never, {}, { "onClick": "onClick"; }, never, never, false, never>; }