mirror of
https://github.com/aljazceru/opencode.git
synced 2026-01-04 08:24:59 +01:00
fix(desktop): type issue
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user