UNPKG

mui-toolpad-extended-tuni

Version:
8 lines (7 loc) 269 B
import { AppTheme } from '../../../store/useThemeStore'; interface ThemeTabProps { theme: AppTheme; onUpdate: (theme: AppTheme) => void; } export default function ThemeTab({ theme, onUpdate }: ThemeTabProps): import("react/jsx-runtime").JSX.Element; export {};