Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions docs/src/modules/utils/getProductInfoFromUrl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@ export type MuiProductId =
| 'docs'
| 'x-data-grid'
| 'x-date-pickers'
| 'x-charts';
| 'x-charts'
| 'toolpad-studio'
| 'toolpad-core';

type MuiProductCategoryId = 'null' | 'core' | 'x';
type MuiProductCategoryId = 'toolpad' | 'null' | 'core' | 'x';

interface MuiProductInfo {
productId: MuiProductId;
Expand Down