UNPKG

ory-editor-plugins-image

Version:

6 lines (4 loc) 237 B
import { ContentPluginProps } from 'ory-editor-core/lib/service/plugin/classes'; import { ImageState } from './state'; import { ImageSettings } from './settings'; export type ImageProps = ContentPluginProps<ImageState> & ImageSettings;