commonMain.io.nacular.doodle.theme.basic.dropdown.Aliases.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of themes Show documentation
Show all versions of themes Show documentation
A pure Kotlin, UI framework for the Web and Desktop
The newest version!
package io.nacular.doodle.theme.basic.dropdown
@Deprecated("Use BasicSelectBoxBehavior", ReplaceWith("BasicSelectBoxBehavior"))
public typealias BasicDropdownBehavior = BasicSelectBoxBehavior
@Deprecated("Use BasicMutableSelectBoxBehavior", ReplaceWith("BasicMutableSelectBoxBehavior"))
public typealias BasicMutableDropdownBehavior = BasicMutableSelectBoxBehavior
@Deprecated("Use SelectBoxTextEditOperation", ReplaceWith("SelectBoxTextEditOperation"))
public typealias DropdownTextEditOperation = SelectBoxTextEditOperation