mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-29 08:09:52 +08:00
fix(editor): remove rootRect and modify layout
This commit is contained in:
@@ -27,8 +27,8 @@ export { message } from './message';
|
||||
export { Input } from './input';
|
||||
export type { InputProps } from './input';
|
||||
export { Tooltip } from './tooltip';
|
||||
export { usePatchNodes } from './patch-elements';
|
||||
export type { PatchNode, UnPatchNode } from './patch-elements';
|
||||
export { usePatchNodes } from './PatchElements';
|
||||
export type { PatchNode, UnPatchNode } from './PatchElements';
|
||||
export { Tag } from './tag';
|
||||
export type { TagProps } from './tag';
|
||||
export { Divider } from './divider';
|
||||
|
||||
Reference in New Issue
Block a user