UNPKG

@dndbuilder.com/react

Version:

Drag and drop builder for React

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