export interface IMyInputFieldChanged { value: string; dateFormat: string; valid: boolean; } //# sourceMappingURL=my-input-field-changed.interface.d.ts.map