File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ export const data_fr_theme = "data-fr-theme";
1111export const data_fr_scheme = "data-fr-scheme" ;
1212export const rootColorSchemeStyleTagId = "dsfr-root-color-scheme" ;
1313
14- const $clientSideIsDark = createStatefulObservable < boolean > ( ( ) => {
14+ export const $clientSideIsDark = createStatefulObservable < boolean > ( ( ) => {
1515 throw new Error ( "not initialized yet" ) ;
1616} ) ;
1717
Original file line number Diff line number Diff line change 11export { startReactDsfr } from "./start" ;
22export type { Params } from "./start" ;
3- export { useIsDark } from "./darkMode" ;
3+ export { useIsDark , $clientSideIsDark } from "./darkMode" ;
44export * from "./colors" ;
55export type { BreakpointKeys } from "./breakpoints" ;
66import { breakpoints } from "./breakpoints" ;
You can’t perform that action at this time.
0 commit comments