Files
AFFiNE-Mirror/blocksuite/affine/model/src/consts/mindmap.ts
2024-12-20 15:38:06 +08:00

13 lines
144 B
TypeScript

export enum LayoutType {
BALANCE = 2,
LEFT = 1,
RIGHT = 0,
}
export enum MindmapStyle {
FOUR = 4,
ONE = 1,
THREE = 3,
TWO = 2,
}