UNPKG

@dndbuilder.com/react

Version:

Drag and drop builder for React

7 lines (6 loc) 237 B
import { FC, HTMLAttributes } from 'react'; interface Props extends HTMLAttributes<HTMLDivElement> { } declare const ImageContentControl: FC<Props>; export default ImageContentControl; //# sourceMappingURL=image-content.control.d.ts.map