We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc1aad7 commit e889feeCopy full SHA for e889fee
package.json
@@ -130,6 +130,8 @@
130
"./useIsDark": "./dist/useIsDark/index.js",
131
"./useColors": "./dist/useColors.js",
132
"./mui": "./dist/mui.js",
133
+ "./tools/cx": "./dist/tools/cx",
134
+ "./dsfr/*": "./dsfr/*",
135
"./Tile": "./dist/Tile.js",
136
"./Tabs": "./dist/Tabs.js",
137
"./Summary": "./dist/Summary.js",
src/scripts/list-exports.ts
@@ -26,6 +26,8 @@ const newExports = {
26
27
28
29
30
31
...Object.fromEntries(
32
fs
33
.readdirSync(srcDirPath)
0 commit comments