Skip to main content

Function: Say()

Say(props): Element

Defined in: mdx/src/components/Conversation/Say.tsx:19

Conversation bubble component for MDX stories.

Parameters

props

SayProps

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.