import { EditorComponentProps, EditorMode } from "@sc/modules/v2/Editor/types"; export interface ImageProps { mode?: EditorMode; src?: string | any; style?: any; } export interface PluginProps extends EditorComponentProps { settings: ImageProps; }