@pagamio/frontend-commons-lib
Version:
Pagamio library for Frontend reusable components like the form engine and table container
92 lines (91 loc) • 2.25 kB
TypeScript
export * from './context';
export * from './hooks';
export * from './utils';
export * from './types';
export * from './components';
export declare const locales: {
en: {
sidebar: {
toggle: string;
mobileAriaLabel: string;
searchPlaceholder: string;
desktopAriaLabel: string;
};
theme: {
toggleLight: string;
toggleDark: string;
};
userProfile: string;
changePassword: string;
signOut: string;
sessionExpiryModal: {
title: string;
message: string;
dismiss: string;
renew: string;
};
};
es: {
sidebar: {
toggle: string;
mobileAriaLabel: string;
searchPlaceholder: string;
desktopAriaLabel: string;
};
theme: {
toggleLight: string;
toggleDark: string;
};
userProfile: string;
changePassword: string;
signOut: string;
sessionExpiryModal: {
title: string;
message: string;
dismiss: string;
renew: string;
};
};
fr: {
sidebar: {
toggle: string;
mobileAriaLabel: string;
searchPlaceholder: string;
desktopAriaLabel: string;
};
theme: {
toggleLight: string;
toggleDark: string;
};
userProfile: string;
changePassword: string;
signOut: string;
sessionExpiryModal: {
title: string;
message: string;
dismiss: string;
renew: string;
};
};
pt: {
sidebar: {
toggle: string;
mobileAriaLabel: string;
searchPlaceholder: string;
desktopAriaLabel: string;
};
theme: {
toggleLight: string;
toggleDark: string;
};
userProfile: string;
changePassword: string;
signOut: string;
sessionExpiryModal: {
title: string;
message: string;
dismiss: string;
renew: string;
};
};
};