// read the documentation for all of the auto-imported APIs const isDark = useDark() const toggleDark = useToggle(isDark) export { isDark, toggleDark }