7 lines
257 B
TypeScript
7 lines
257 B
TypeScript
/**
|
|
* @deprecated The AdapterMoment class was moved from `@mui/lab` to `@mui/x-date-pickers`. More information about this migration on our blog: https://mui.com/blog/lab-date-pickers-to-mui-x/.
|
|
*/
|
|
export default class AdapterMoment {
|
|
constructor();
|
|
}
|