UNPKG

@wangeditor-next/yjs-for-react

Version:

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

7 lines (6 loc) 185 B
/** * @description formats helper * @author wangfupeng */ export declare function genElemId(type: string, id: string): string; export declare function genTextId(id: string): string;