fun Root.splitter(classes: Set<String>? = null, className: String? = null, init: (Splitter.() -> Unit)? = null): Splitter
fun Page.splitter(classes: Set<String>? = null, className: String? = null, init: (Splitter.() -> Unit)? = null): Splitter
DSL builder extension function.
It takes the same parameters as the constructor of the built component.