mui-toolpad-extended-tuni
Version:
8 lines (7 loc) • 304 B
TypeScript
import { AppTheme } from '../../../../store/useThemeStore';
interface TypographySettingsProps {
theme: AppTheme;
onUpdate: (theme: AppTheme) => void;
}
export declare const TypographySettings: ({ theme, onUpdate, }: TypographySettingsProps) => import("react/jsx-runtime").JSX.Element;
export {};