@assistant-ui/react
Version:
React components for AI chat.
11 lines • 513 B
TypeScript
import type { FC, PropsWithChildren } from "react";
import { UseComposerIfProps } from "../../primitive-hooks/composer/useComposerIf";
/**
* @deprecated Use `ComposerPrimitive.If.Props` instead. This will be removed in 0.6.
*/
export type ComposerPrimitiveIfProps = ComposerPrimitiveIf.Props;
export declare namespace ComposerPrimitiveIf {
type Props = PropsWithChildren<UseComposerIfProps>;
}
export declare const ComposerPrimitiveIf: FC<ComposerPrimitiveIf.Props>;
//# sourceMappingURL=ComposerIf.d.ts.map