UNPKG

material-ui-pickers-fork

Version:

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

6 lines (4 loc) 153 B
import { Utils } from '../typings/utils' import { Moment } from 'moment' declare class MomentUtils extends Utils<Moment> { } export default MomentUtils