UNPKG

material-ui-arabic-datepicker

Version:

React components, that implements material design date and time pickers for material-ui v1 including a customized Datepicker with arabic header, months and weekdays and English numbers, modfied implementation from materail-ui-pickers

6 lines (4 loc) 155 B
import { Utils } from '../typings/utils' import { DateTime } from 'luxon'; declare class LuxonUtils extends Utils<DateTime> { } export default LuxonUtils