Skip to content

Commit

Permalink
[pickers] Remove the re-export from @mui/x-license (#14487)
Browse files Browse the repository at this point in the history
Co-authored-by: arthurbalduini <[email protected]>
Co-authored-by: flavien <[email protected]>
  • Loading branch information
3 people authored Oct 29, 2024
1 parent 48ec9c9 commit 753b2f7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 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
1 change: 0 additions & 1 deletion scripts/x-date-pickers-pro.exports.json
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,6 @@
{ "name": "getTimeClockUtilityClass", "kind": "Function" },
{ "name": "getYearCalendarUtilityClass", "kind": "Function" },
{ "name": "InferError", "kind": "TypeAlias" },
{ "name": "LicenseInfo", "kind": "Class" },
{ "name": "LocalizationProvider", "kind": "Variable" },
{ "name": "LocalizationProviderProps", "kind": "Interface" },
{ "name": "LocalizedComponent", "kind": "TypeAlias" },
Expand Down

0 comments on commit 753b2f7

Please sign in to comment.