Files

5 lines
163 B
TypeScript
Raw Permalink Normal View History

/** Created by Andrey Gayvoronsky on 13/04/16. */
import type { TimePickerLocale } from '../index';
declare const locale: TimePickerLocale;
export default locale;