accessibility-react-widget
Version:
A React-based web accessibility widget to enhance UI/UX for all users. This powerful tool seamlessly integrates with React applications, offering a wide range of features like adjustable font sizes, text alignment options, dyslexia-friendly fonts, and col
14 lines (13 loc) • 474 B
TypeScript
export declare const baseUrl = "https://acc-landing.vercel.app/locale/";
export declare const loadJson: (url: string) => Promise<any>;
export type Translation = {
translation: string;
};
export type Resources = Record<string, Translation>;
export declare const languageArray: {
lang: string;
name: string;
}[];
export declare const getLanguagePromises: () => Promise<any>[];
export declare const languages: string[];
export declare const rtlLanguages: string[];