@resk/core
Version:
An innovative TypeScript framework that empowers developers to build applications with a fully decorator-based architecture for efficient resource management. By combining the power of decorators with a resource-oriented design, DecorRes enhances code cla
20 lines (19 loc) • 532 B
TypeScript
/***
* @param {string} resourceLabel - The label of the resource.
* @param {string} resourceName - The name of the resource.
* @returns {string} - The translated string.
*/
export declare const dates: {
defaultDateFormat: string;
defaultTimeFormat: string;
defaultDateTimeFormat: string;
invalidDate: string;
invalidTime: string;
invalidDateTime: string;
today: string;
yesterday: string;
tomorrow: string;
selectedDate: string;
selectedTime: string;
selectedDateTime: string;
};