UNPKG

kedao

Version:

Rich Text Editor Based On Draft.js

8 lines (7 loc) 243 B
import { Language } from '../types'; export declare const linkEditorActiveAtom: import("jotai").PrimitiveAtom<boolean> & { init: boolean; }; export declare const langAtom: import("jotai").PrimitiveAtom<Language> & { init: Language; };