type MDXComponents = Record>; export function useMDXComponents(components: MDXComponents): MDXComponents { return { ...components, }; }