ILanguage

interface ILanguage {
    name: string,
    code: string
}

Usage

import {ILanguage} from 'uxp/components';

Last updated