UNPKG

dmeditor

Version:

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

7 lines (6 loc) 237 B
import { DME } from '../types'; export declare const ImageSetting: (props: { defaultVisible?: boolean | undefined; value: DME.ImageInfo; onChange: (value: DMEImageInfo) => void; }) => import("react/jsx-runtime").JSX.Element;