Skip to content

Commit dcb1ca9

Browse files
committed
add doc comment
1 parent 4ceba2c commit dcb1ca9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/src/client/core/core.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ declare global {
77
var m: MediaQueryList;
88
}
99

10+
/** function to be injected in script tag for avoiding FOUC */
1011
export const s = (storageKey: string) => {
1112
const [SYSTEM, DARK] = ["system", "dark"] as const;
1213
window.u = (mode: ColorSchemePreference, systemMode: ResolvedScheme) => {

0 commit comments

Comments
 (0)