UNPKG

@dndbuilder.com/react

Version:

Drag and drop builder for React

11 lines (10 loc) 294 B
import { SettingsType } from '../../../types'; import { FC } from 'react'; type Props = { type: SettingsType; fieldName: string; label?: string; }; declare const ButtonPresetControl: FC<Props>; export default ButtonPresetControl; //# sourceMappingURL=button-preset.control.d.ts.map