mirror of
https://github.com/acid-info/logos-ordinals-dashboard.git
synced 2025-01-27 13:45:01 +00:00
8 lines
161 B
TypeScript
8 lines
161 B
TypeScript
|
import type { MDXComponents } from 'mdx/types'
|
||
|
|
||
|
export function useMDXComponents(components: MDXComponents): MDXComponents {
|
||
|
return {
|
||
|
...components,
|
||
|
}
|
||
|
}
|