prasi-bun/app/web/y.d.ts

9 lines
177 B
TypeScript

import * as ImportYJS from "yjs";
import * as YPojo from "y-pojo";
type Yjs = typeof ImportYJS;
declare global {
const Y: Yjs;
const syncronize: typeof YPojo.syncronize;
}