mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-14 16:46:22 +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')
|
|
);
|