import { IPSEditor } from '../ipseditor'; /** * * 继承父接口类型值[RAW] * @export * @interface IPSRaw */ export interface IPSRaw extends IPSEditor { /** * 内容类型[CONTENTTYPE]{RAW|HTML|IMAGE|MARKDOWN} * @type {string} * @default RAW */ contentType: string; } //# sourceMappingURL=ipsraw.d.ts.map