UNPKG

mui-language-picker

Version:
4 lines (3 loc) 238 B
import { LangTag } from './model'; export type DisplayName = (curName: string, tag: LangTag | undefined) => string; export declare const getDisplayName: (curName: string, tag: LangTag | undefined, displayName?: DisplayName) => string;