18 lines
552 B
TypeScript
18 lines
552 B
TypeScript
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;
|
|
origin: EntityDict["extraFile"]["Schema"]["origin"] | null;
|
|
}>) => React.ReactElement;
|
|
export default _default;
|