import { Playground } from 'components'
The Playground
component is responsible for rendering the playground inside MDX content. By default, it uses an inline layout.
React.ReactNode
Children of the code element used to display highlighted code.
string
A code string compiled by the `useCompiledCode` hook and rendered as the preview.
string
A compiled code string rendered as the preview.