fix(desktop): type issue
parent
d525fbf829
commit
582d9a9622
|
|
@ -4,7 +4,7 @@ import type { ComponentProps } from "solid-js"
|
|||
|
||||
export interface InputProps
|
||||
extends ComponentProps<typeof Kobalte.Input>,
|
||||
Pick<ComponentProps<typeof Kobalte>, "value" | "onChange" | "onKeyDown"> {
|
||||
Partial<Pick<ComponentProps<typeof Kobalte>, "value" | "onChange" | "onKeyDown">> {
|
||||
label?: string
|
||||
hideLabel?: boolean
|
||||
description?: string
|
||||
|
|
|
|||
Loading…
Reference in New Issue