mirror of
https://github.com/pixel-point/animate-text.git
synced 2026-09-14 20:07:09 +08:00
6 lines
149 B
TypeScript
6 lines
149 B
TypeScript
import type { MDXComponents } from 'mdx/types';
|
|
|
|
export function useMDXComponents(components: MDXComponents): MDXComponents {
|
|
return components;
|
|
}
|