18 lines
563 B
TypeScript
18 lines
563 B
TypeScript
import React from 'react';
|
|
import { EntityDict } from '../../oak-app-domain';
|
|
declare const _default: (props: import("oak-frontend-base").ReactComponentProps<EntityDict, keyof EntityDict, true, {
|
|
html: string;
|
|
delta: string;
|
|
readOnly: boolean;
|
|
showImgSize: boolean;
|
|
showImgResize: boolean;
|
|
editorStyle: string;
|
|
placeholder: string;
|
|
showTabBar: boolean;
|
|
entity: string;
|
|
entityId: string;
|
|
tag1: string;
|
|
tag2: string;
|
|
}>) => React.ReactElement<any, string | React.JSXElementConstructor<any>>;
|
|
export default _default;
|