File tree Expand file tree Collapse file tree 4 files changed +2233
-2061
lines changed
Expand file tree Collapse file tree 4 files changed +2233
-2061
lines changed Original file line number Diff line number Diff line change 1+ const components = { }
2+
3+ declare global {
4+ type MDXProvidedComponents = typeof components
5+ }
6+
7+ /**
8+ * Provide MDX component overrides.
9+ *
10+ * @returns
11+ * The MDX components.
12+ * @see https://nextjs.org/docs/app/building-your-application/configuring/mdx#add-an-mdx-componentstsx-file
13+ */
14+ export function useMDXComponents ( ) : MDXProvidedComponents {
15+ return components
16+ }
Original file line number Diff line number Diff line change 22/// <reference types="next/image-types/global" />
33
44// NOTE: This file should not be edited
5- // see https://nextjs.org/docs/basic-features /typescript for more information.
5+ // see https://nextjs.org/docs/pages/api-reference/config /typescript for more information.
You can’t perform that action at this time.
0 commit comments