themeHandler type
This function is passed to registerOnThemeHandler. It is called every time the user changes their theme.
type themeHandler = (theme: string) => void
Não há mais suporte para esse navegador.
Atualize o Microsoft Edge para aproveitar os recursos, o suporte técnico e as atualizações de segurança mais recentes.
This function is passed to registerOnThemeHandler. It is called every time the user changes their theme.
type themeHandler = (theme: string) => void