mirror of
https://github.com/Brooooooklyn/Image.git
synced 2025-12-08 18:36:03 +00:00
8 lines
218 B
JavaScript
8 lines
218 B
JavaScript
import { useMDXComponents as getThemeComponents } from 'nextra-theme-docs'
|
|
|
|
const themeComponents = getThemeComponents()
|
|
|
|
export function useMDXComponents(components) {
|
|
return { ...themeComponents, ...components }
|
|
}
|