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 3797686 commit a6b4c12Copy full SHA for a6b4c12
.storybook/DocsContainer.js
@@ -11,7 +11,7 @@ import { useColors } from "../dist/useColors";
11
12
startReactDsfr({
13
"defaultColorScheme": "system",
14
- "langIfNoProvider": "fr"
+ "useLang": () => "fr"
15
});
16
17
export const DocsContainer = ({ children, context }) => {
src/spa.ts
@@ -32,3 +32,5 @@ export function startReactDsfr(params: {
32
"nextParams": undefined
33
34
}
35
+
36
+export { setUseLang };
0 commit comments