UNPKG

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