oak-general-business/es/components/editor/index.d.ts

17 lines
556 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;
}>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
export default _default;