Skip to content

Commit e89989c

Browse files
committed
fix: remove unused options
1 parent 8b2d90e commit e89989c

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/dev.dist.ts

-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ const options: Options = {
4141
return true
4242
},
4343
},
44-
// mainBranchStyle: 2,
4544
}
4645
const mind = new MindElixir(options)
4746
mind.init(example)

src/types/index.ts

-2
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,6 @@ export interface MindElixirInstance extends MindElixirMethods {
9494
newTopicName: string
9595
allowUndo: boolean
9696
overflowHidden: boolean
97-
mainBranchStyle: number
98-
subBranchStyle: number
9997
generateMainBranch: (params: MainLineParams) => PathString
10098
generateSubBranch: (params: SubLineParams) => PathString
10199

0 commit comments

Comments
 (0)