mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-06 03:49:56 +08:00
chore: merge blocksuite source code (#9213)
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
export enum LayoutType {
|
||||
BALANCE = 2,
|
||||
LEFT = 1,
|
||||
RIGHT = 0,
|
||||
}
|
||||
|
||||
export enum MindmapStyle {
|
||||
FOUR = 4,
|
||||
ONE = 1,
|
||||
THREE = 3,
|
||||
TWO = 2,
|
||||
}
|
||||
Reference in New Issue
Block a user