@dndbuilder.com/react
Version:
Drag and drop builder for React
11 lines (10 loc) • 357 B
TypeScript
import { SettingsType } from '../../types';
import { FC, HTMLAttributes } from 'react';
export type BackgroundProps = {
fieldName: string;
mode?: string;
type: SettingsType;
showImage?: boolean;
} & HTMLAttributes<HTMLDivElement>;
export declare const BackgroundControl: FC<BackgroundProps>;
//# sourceMappingURL=background.control.d.ts.map