mirror of
https://github.com/Techtonic-Fault/homepage.git
synced 2026-01-23 05:26:30 +00:00
7 lines
161 B
TypeScript
7 lines
161 B
TypeScript
import type { MDXComponents } from 'mdx/types'
|
|
|
|
export function useMDXComponents(components: MDXComponents): MDXComponents {
|
|
return {
|
|
...components,
|
|
}
|
|
} |