MCPcopy
hub / github.com/system-ui/theme-ui / MDXProviderComponents

Interface MDXProviderComponents

packages/mdx/src/Themed.tsx:60–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58 [key in ThemeUIMdxIntrinsics]?: ComponentType<any> | string
59}
60export interface MDXProviderComponents extends MDXProviderComponentsKnownKeys {
61 [key: string]: ComponentType<any> | string | undefined
62}
63export type MdxAliases = {
64 [key in ThemeUIMdxIntrinsics]: keyof JSX.IntrinsicElements
65}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…