Initial push of Plunk Next
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
import defaultMdxComponents from 'fumadocs-ui/mdx';
|
||||
import type {MDXComponents} from 'mdx/types';
|
||||
|
||||
import {APIPage} from '@/components/api-page';
|
||||
|
||||
export function getMDXComponents(components?: MDXComponents): MDXComponents {
|
||||
return {
|
||||
...(defaultMdxComponents as MDXComponents),
|
||||
APIPage,
|
||||
...(components || {}),
|
||||
} as MDXComponents;
|
||||
}
|
||||
Reference in New Issue
Block a user