UNPKG

dmeditor

Version:

dmeditor is a block-style visual editor. Data is in json format.

7 lines (6 loc) 255 B
import { DME, DMEData } from '../../../..'; declare const BackgroundImage: (props: { value?: DMEData.BackgroundImageType; property: string; } & DME.SettingComponentProps) => import("react/jsx-runtime").JSX.Element; export default BackgroundImage;