UNPKG

@wangeditor-kai/yjs-for-react

Version:

React specific components/utils for wangeditor-next-yjs.

8 lines (7 loc) 243 B
/** * @description formats helper * @author wangfupeng */ import { ElementType } from 'packages/custom-types'; export declare function genElemId(type: ElementType, id: string): string; export declare function genTextId(id: string): string;