mirror of
https://github.com/prdlk/website.git
synced 2026-08-02 17:31:41 +00:00
8 lines
146 B
TypeScript
8 lines
146 B
TypeScript
import { type MDXComponents } from 'mdx/types'
|
|
|
|
export function useMDXComponents(components: MDXComponents) {
|
|
return {
|
|
...components,
|
|
}
|
|
}
|