ru_RU.d.ts 163 Bytes Raw Blame History Permalink 1 2 3 4 5 6 /** * Created by Andrey Gayvoronsky on 13/04/16. */ import { PickerLocale } from '../generatePicker'; declare const locale: PickerLocale; export default locale;