@dndbuilder.com/react
Version:
Drag and drop builder for React
11 lines (10 loc) • 368 B
TypeScript
import { SettingsType } from '../../../../types';
import { FC, HTMLAttributes } from 'react';
type Props = {
type: SettingsType;
fieldName: string;
overlayField: string;
} & HTMLAttributes<HTMLDivElement>;
declare const SlideOverlayBlendControl: FC<Props>;
export default SlideOverlayBlendControl;
//# sourceMappingURL=slide-overlay-blend.control.d.ts.map