chore: generate
This commit is contained in:
@@ -138,7 +138,7 @@ export const createSseClient = <TData = unknown>({
|
|||||||
|
|
||||||
const abortHandler = () => {
|
const abortHandler = () => {
|
||||||
try {
|
try {
|
||||||
void reader.cancel()
|
reader.cancel()
|
||||||
} catch {
|
} catch {
|
||||||
// noop
|
// noop
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -6,8 +6,7 @@ import { IconButton } from "./icon-button"
|
|||||||
import { Tooltip } from "./tooltip"
|
import { Tooltip } from "./tooltip"
|
||||||
|
|
||||||
export interface TextFieldProps
|
export interface TextFieldProps
|
||||||
extends
|
extends ComponentProps<typeof Kobalte.Input>,
|
||||||
ComponentProps<typeof Kobalte.Input>,
|
|
||||||
Partial<
|
Partial<
|
||||||
Pick<
|
Pick<
|
||||||
ComponentProps<typeof Kobalte>,
|
ComponentProps<typeof Kobalte>,
|
||||||
|
|||||||
Reference in New Issue
Block a user