interface LanguageOption
Last updated 2 months ago
This interface governs the language options shown in the Settings Page Component.
export interface LanguageOption { directionality: 'ltr' | 'rtl'; font: AvailableFont; icon: string; nameKey: string; value: AvailableLanguage; }