mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-19 16:40:48 +00:00
fix(desktop): type issue
This commit is contained in:
parent
d525fbf829
commit
582d9a9622
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue