mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-13 16:16:46 +08:00
6 lines
124 B
TypeScript
6 lines
124 B
TypeScript
import { atom } from 'jotai';
|
|
|
|
export const blocksuiteRootAtom = atom(() =>
|
|
document.querySelector('block-suite-root')
|
|
);
|