style(fix): class name typo

This commit is contained in:
2023-11-19 19:23:46 +08:00
parent 85032e8be0
commit 2db0966152
4 changed files with 10 additions and 10 deletions

View File

@@ -25,4 +25,4 @@ package com.highcapable.flexiui.component
import androidx.compose.ui.Modifier
internal actual fun Modifier.pointerHoverState(state: TextFieldPoinerState) = this
internal actual fun Modifier.pointerHoverState(state: TextFieldPointerState) = this