how to overright date picker styles material ui

Solutions on MaxInterview for how to overright date picker styles material ui by the best coders in the world

showing results for - "how to overright date picker styles material ui"
Elijah
03 Aug 2017
1import { MuiPickersComponentsToClassName } from '@material-ui/pickers/src/typings/overrides';
2
3declare module '@material-ui/core/styles/overrides' {
4  export interface ComponentNameToClassKey extends MuiPickersComponentsToClassName {}
5}
6