UNPKG

@assistant-ui/react

Version:

React components for AI chat.

18 lines (17 loc) 409 B
"use client"; // src/primitives/composer/ComposerIf.tsx import { useComposerIf } from "../../primitive-hooks/composer/useComposerIf.mjs"; var ComposerPrimitiveIf = ({ children, ...query }) => { const result = useComposerIf(query); return result ? children : null; }; ComposerPrimitiveIf.displayName = "ComposerPrimitive.If"; export { ComposerPrimitiveIf }; //# sourceMappingURL=ComposerIf.mjs.map