UNPKG

dmeditor

Version:

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

10 lines (9 loc) 307 B
import { DME } from '../types'; export declare const ImageSetting: (props: { defaultVisible?: boolean | undefined; value: DME.ImageInfo; parameters?: { [key: string]: unknown; } | undefined; onChange: (value: DMEImageInfo) => void; }) => import("react/jsx-runtime").JSX.Element;