1
0
Fork 1
mirror of https://github.com/elk-zone/elk.git synced 2024-07-21 21:56:48 +01:00
elk/composables/dark.ts

3 lines
76 B
TypeScript
Raw Normal View History

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