MCPcopy Create free account
hub / github.com/SyntaxUI/syntaxui / useMDXComponents

Function useMDXComponents

mdx-components.tsx:4–9  ·  view source on GitHub ↗
(components: MDXComponents)

Source from the content-addressed store, hash-verified

2import { type MDXComponents } from 'mdx/types'
3
4export function useMDXComponents(components: MDXComponents) {
5 return {
6 ...components,
7 ...mdxComponents,
8 }
9}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected