UNPKG

@dndbuilder.com/react

Version:

Drag and drop builder for React

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