mirror of
https://fastgit.cc/https://github.com/anomalyco/opencode
synced 2026-04-21 05:10:58 +08:00
chore: generate
This commit is contained in:
@@ -138,7 +138,7 @@ export const createSseClient = <TData = unknown>({
|
||||
|
||||
const abortHandler = () => {
|
||||
try {
|
||||
void reader.cancel()
|
||||
reader.cancel()
|
||||
} catch {
|
||||
// noop
|
||||
}
|
||||
|
||||
@@ -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>,
|
||||
|
||||
Reference in New Issue
Block a user