UNPKG

ory-editor-plugins-image

Version:

5 lines 283 B
import { ContentPluginProps } from 'ory-editor-core/lib/service/plugin/classes'; import { ImageState } from './state'; import { ImageSettings } from './settings'; export declare type ImageProps = ContentPluginProps<ImageState> & ImageSettings; //# sourceMappingURL=component.d.ts.map