UNPKG

@dndbuilder.com/react

Version:

Drag and drop builder for React

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