Skip to content

Commit

Permalink
Remove the re-export from @mui/x-license
Browse files Browse the repository at this point in the history
  • Loading branch information
k-rajat19 authored and arthurbalduini committed Oct 15, 2024
1 parent 05e83ee commit 036f9c0
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions packages/x-date-pickers-pro/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
import { LicenseInfo as LicenseInfoExport } from '@mui/x-license';
/**
* @deprecated Use `@mui/x-license` package instead:
* @example import { LicenseInfo } from '@mui/x-license';
*/
export class LicenseInfo extends LicenseInfoExport {}

export * from '@mui/x-date-pickers';

export * from './DateRangePickerDay';
Expand Down

0 comments on commit 036f9c0

Please sign in to comment.