UNPKG

ory-editor-plugins-image

Version:

5 lines 258 B
import { ImageProps } from './component'; import { ImageApi } from './api'; import { ImageRendererExtraProps } from './renderer'; export declare type ImageControlsProps = ImageProps & ImageApi & ImageRendererExtraProps; //# sourceMappingURL=controls.d.ts.map