UNPKG

@assistant-ui/react

Version:

React components for AI chat.

10 lines 451 B
import type { FC } from "react"; /** * @deprecated Use `BranchPickerPrimitive.Number.Props` instead. This will be removed in 0.6. */ export type BranchPickerPrimitiveNumberProps = BranchPickerPrimitiveNumber.Props; export declare namespace BranchPickerPrimitiveNumber { type Props = Record<string, never>; } export declare const BranchPickerPrimitiveNumber: FC<BranchPickerPrimitiveNumber.Props>; //# sourceMappingURL=BranchPickerNumber.d.ts.map