interface ILanguage { name: string, code: string }
import {ILanguage} from 'uxp/components';
Last updated 11 months ago