UNPKG

@dndbuilder.com/react

Version:

Drag and drop builder for React

9 lines (8 loc) 314 B
import { ThemeSettingsType } from '../../../types'; import { FC } from 'react'; type Props = { setCurrentSetting: React.Dispatch<React.SetStateAction<ThemeSettingsType>>; }; declare const TypographySettings: FC<Props>; export default TypographySettings; //# sourceMappingURL=theme-typography-settings.d.ts.map