Explore the usage of the ThemeToggle component to allow users to switch between different themes in your application.
The ThemeToggle component provides a dropdown menu for users to select different themes for the application.
1 import ThemeToggle from '@/shared/component/ThemeToggle';2 3 <ThemeToggle />The ThemeToggle component accepts the following props: