chore: generate

pull/12733/head^2
opencode-agent[bot] 2026-02-08 17:38:44 +00:00
parent 27c8a08144
commit 9a7f54f21a
1 changed files with 1 additions and 2 deletions

View File

@ -6,8 +6,7 @@ import { IconButton } from "./icon-button"
import { Tooltip } from "./tooltip"
export interface TextFieldProps
extends
ComponentProps<typeof Kobalte.Input>,
extends ComponentProps<typeof Kobalte.Input>,
Partial<
Pick<
ComponentProps<typeof Kobalte>,