UNPKG

@dndbuilder.com/react

Version:

Drag and drop builder for React

10 lines (9 loc) 242 B
import { FC } from 'react'; type Props = { fieldName?: string; label?: string; className?: string; }; declare const ButtonSizeControl: FC<Props>; export default ButtonSizeControl; //# sourceMappingURL=button-size.control.d.ts.map