UNPKG

material-ui-pickers-fork

Version:

React components, that implements material design pickers for material-ui v1

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