Skip to content

Commit

Permalink
[docs-infra] Add Toolpad product/category IDs to types (#41551)
Browse files Browse the repository at this point in the history
  • Loading branch information
bharatkashyap committed Apr 3, 2024
1 parent fdc839b commit 4170412
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/src/modules/utils/getProductInfoFromUrl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,12 @@ export type MuiProductId =
| 'docs'
| 'x-data-grid'
| 'x-date-pickers'
| 'x-charts';
| 'x-charts'
| 'x-tree-view'
| 'toolpad-studio'
| 'toolpad-core';

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

interface MuiProductInfo {
productId: MuiProductId;
Expand Down

0 comments on commit 4170412

Please sign in to comment.