UNPKG

dmeditor

Version:

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

5 lines (4 loc) 227 B
import type { DME } from 'dmeditor/index'; import { GalleryEntity } from '../entity'; declare const ImageList: (props: DME.SettingComponentProps<GalleryEntity>) => import("react/jsx-runtime").JSX.Element; export { ImageList };