UNPKG

@assistant-ui/react

Version:

React components for AI chat.

1 lines 929 B
{"version":3,"sources":["../../../src/primitives/contentPart/ContentPartDisplay.tsx"],"sourcesContent":["import type { FC } from \"react\";\nimport { useContentPartDisplay } from \"../../primitive-hooks/contentPart/useContentPartDisplay\";\n\n/**\n * @deprecated Use `ContentPartPrimitive.Display.Props` instead. This will be removed in 0.6.\n */\nexport type ContentPartPrimitiveDisplayProps =\n ContentPartPrimitiveDisplay.Props;\n\nexport namespace ContentPartPrimitiveDisplay {\n export type Props = Record<string, never>;\n}\n\nexport const ContentPartPrimitiveDisplay: FC<\n ContentPartPrimitiveDisplay.Props\n> = () => {\n const { display } = useContentPartDisplay();\n return display ?? null;\n};\n\nContentPartPrimitiveDisplay.displayName = \"ContentPartPrimitive.Display\";\n"],"mappings":";AACA,SAAS,6BAA6B;AAY/B,IAAM,8BAET,MAAM;AACR,QAAM,EAAE,QAAQ,IAAI,sBAAsB;AAC1C,SAAO,WAAW;AACpB;AAEA,4BAA4B,cAAc;","names":[]}