com.github.woojiahao.modifiers.toc.TableOfContentsSettings.kt Maven / Gradle / Ivy
package com.github.woojiahao.modifiers.toc
data class TableOfContentsSettings(
var nestedLevel: Int = 3,
var isVisible: Boolean = false
)
package com.github.woojiahao.modifiers.toc
data class TableOfContentsSettings(
var nestedLevel: Int = 3,
var isVisible: Boolean = false
)