UNPKG

192 BTypeScriptView Raw
1import { Labels } from '../../index';
2
3type LocaleLabelsForStyle = Labels & {
4 locale: 'lb';
5 style: 'short';
6};
7
8declare const localeLabels: LocaleLabelsForStyle;
9export default localeLabels;
\No newline at end of file