UNPKG

@dndbuilder.com/react

Version:

Drag and drop builder for React

11 lines (10 loc) 350 B
import { SettingsType } from '../../../../types'; import { FC, HTMLAttributes } from 'react'; type Props = { type: SettingsType; fieldName: string; mediaField: string; } & HTMLAttributes<HTMLDivElement>; declare const SlideOverlayControl: FC<Props>; export default SlideOverlayControl; //# sourceMappingURL=slide-overlay.control.d.ts.map