mirror of
https://github.com/arc53/DocsGPT.git
synced 2026-02-22 04:11:41 +00:00
9 lines
190 B
JavaScript
9 lines
190 B
JavaScript
import { useMDXComponents as getThemeComponents } from 'nextra-theme-docs';
|
|
|
|
export function useMDXComponents(components) {
|
|
return {
|
|
...getThemeComponents(),
|
|
...components,
|
|
};
|
|
}
|