MCPcopy Create free account
hub / github.com/Openpanel-dev/openpanel / getMDXComponents

Function getMDXComponents

apps/public/src/mdx-components.tsx:11–25  ·  view source on GitHub ↗
(components?: MDXComponents)

Source from the content-addressed store, hash-verified

9import type { MDXComponents } from 'mdx/types';
10
11export function getMDXComponents(components?: MDXComponents) {
12 return {
13 ...(icons as unknown as MDXComponents),
14 ...defaultMdxComponents,
15 ...TabsComponents,
16 ...FilesComponents,
17 Accordion,
18 Accordions,
19 ...components,
20 Faqs,
21 FaqItem,
22 WindowImage,
23 Figure,
24 } satisfies MDXComponents;
25}
26
27
28declare global {

Callers 5

PageFunction · 0.90
PageFunction · 0.90
PageFunction · 0.90
PageFunction · 0.90
PageFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected