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