mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-17 01:56:27 +08:00
4 lines
77 B
TypeScript
4 lines
77 B
TypeScript
import { atom } from 'jotai';
|
|
|
|
export const contentExpandAtom = atom(false);
|