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 d8e1e44 commit b41e207Copy full SHA for b41e207
package.json
@@ -133,6 +133,7 @@
133
"./mui": "./dist/mui.js",
134
"./tss": "./dist/tss.js",
135
"./tools/cx": "./dist/tools/cx.js",
136
+ "./i18n": "./dist/i18n.js",
137
"./dsfr/*": "./dsfr/*",
138
"./blocks/*": "./dist/blocks/*",
139
"./ToggleSwitchGroup": "./dist/ToggleSwitchGroup.js",
src/scripts/list-exports.ts
@@ -29,6 +29,7 @@ const newExports = {
29
30
31
32
33
34
35
...Object.fromEntries(
0 commit comments