Skip to main content

Function: Conversation()

Conversation(props): Element

Defined in: mdx/src/components/Conversation/Conversation.tsx:20

Conversation container component for MDX stories.

Parameters

props

ConversationProps

Returns

Element

Remarks

WARNING: This is a compile-time-only component for MDX files. Do NOT use this component in regular React/TSX code. It only works in .mdx files and is transformed at compile time into core game components. Using it in React components will not work as expected.