themeHandler type
This function is passed to registerOnThemeHandler. It is called every time the user changes their theme.
type themeHandler = (theme: string) => void
Este explorador ya no se admite.
Actualice a Microsoft Edge para aprovechar las características y actualizaciones de seguridad más recientes, y disponer de soporte técnico.
This function is passed to registerOnThemeHandler. It is called every time the user changes their theme.
type themeHandler = (theme: string) => void