Theme toggle allows users to switch between light and dark themes.
import { DaffSfThemeToggleComponent } from '@daffodil/storefront/theme-toggle'
DaffSfThemeToggleComponent renders a button that toggles the active theme between light and dark.
@Component()
class DaffSfThemeToggleComponent {}