vite-garden
Version:
Vite Garden -- a part of the threed.ai family of JavaScript-friendly food-growing libraries
12 lines (11 loc) • 310 B
text/typescript
// import { useDark, useToggle } from '@vueuse/core'
// these APIs are auto-imported from @vueuse/core
export const isDark = useDark(
// {
// //selector: 'body',
// //attribute: 'color-scheme',
// valueDark: 'dark',
// valueLight: 'light'
// }
)
export const toggleDark = useToggle(isDark)