mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-22 01:15:25 +03:00
2 lines
76 B
TypeScript
2 lines
76 B
TypeScript
export const isDark = useDark()
|
|
export const toggleDark = useToggle(isDark)
|