@rangertechnologies/ngnxt
Version:
This library was used for creating dymanic UI based on the input JSON/data
25 lines (24 loc) • 572 B
TypeScript
declare const arI18n: {
required: string;
addMore: string;
select: string;
attachment: string;
chooseFiles: string;
uploadFile: string;
thisFieldIsRequired: string;
pickYourLocation: string;
calibrated: string;
enterValue: string;
details: string;
pleaseMakeChoice: string;
attach: string;
add: string;
zeroOfZero: string;
selectDate: string;
toBuyTicket: string;
pickLocation: string;
enterLocation: string;
searchNearestLocation: string;
currentTheme: string;
};
export default arI18n;