This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'use client'; | |
/* | |
This file is adapted from next-themes to work with tanstack start. | |
next-themes can be found at https://github.com/pacocoursey/next-themes under the MIT license. | |
*/ | |
import * as React from 'react'; | |
interface ValueObject { |