UNPKG

@dndbuilder.com/react

Version:

Drag and drop builder for React

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