We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b2d90e commit e89989cCopy full SHA for e89989c
src/dev.dist.ts
@@ -41,7 +41,6 @@ const options: Options = {
41
return true
42
},
43
44
- // mainBranchStyle: 2,
45
}
46
const mind = new MindElixir(options)
47
mind.init(example)
src/types/index.ts
@@ -94,8 +94,6 @@ export interface MindElixirInstance extends MindElixirMethods {
94
newTopicName: string
95
allowUndo: boolean
96
overflowHidden: boolean
97
- mainBranchStyle: number
98
- subBranchStyle: number
99
generateMainBranch: (params: MainLineParams) => PathString
100
generateSubBranch: (params: SubLineParams) => PathString
101
0 commit comments