mirror of
https://github.com/elk-zone/elk.git
synced 2025-03-23 01:50:45 +03:00
2 lines
76 B
TypeScript
2 lines
76 B
TypeScript
export const isDark = useDark()
|
|
export const toggleDark = useToggle(isDark)
|