@totvs-agro/mobile-components
Version:
Componentes Mobile Totvs (Front-End) para utilização dos estilos do T-Faces e Ionic v3
13 lines (12 loc) • 345 B
TypeScript
import { TranslateService } from '@ngx-translate/core';
export declare class InputDateComponent {
private _translate;
formName: string;
label: string;
value: string;
callbackChange: Function;
textLabel: string;
constructor(_translate: TranslateService);
ngAfterViewInit(): void;
change(): void;
}