UNPKG

@dndbuilder.com/react

Version:

Drag and drop builder for React

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