(components: MDXComponents)
| 2 | import { type MDXComponents } from 'mdx/types' |
| 3 | |
| 4 | export function useMDXComponents(components: MDXComponents) { |
| 5 | return { |
| 6 | ...components, |
| 7 | ...mdxComponents, |
| 8 | } |
| 9 | } |
nothing calls this directly
no outgoing calls
no test coverage detected