1
0
Fork 0
mirror of https://github.com/elk-zone/elk.git synced 2025-03-21 17:23:28 +03:00
elk/composables/dark.ts

3 lines
76 B
TypeScript
Raw Normal View History

2022-11-23 10:16:31 +08:00
export const isDark = useDark()
export const toggleDark = useToggle(isDark)