UNPKG

@wangeditor-kai/yjs-for-react

Version:

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

5 lines (4 loc) 185 B
import * as Y from 'yjs'; export declare function assertDocumentAttachment<T extends Y.AbstractType<any>>(sharedType: T): asserts sharedType is T & { doc: NonNullable<T['doc']>; };