fix(desktop): type issue

pull/3952/head
Adam 2025-11-05 11:56:32 -06:00
parent d525fbf829
commit 582d9a9622
No known key found for this signature in database
GPG Key ID: 9CB48779AF150E75
1 changed files with 1 additions and 1 deletions

View File

@ -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