更新依赖包版本
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import type {MDXComponents} from 'mdx/types'
|
||||
|
||||
export function useMDXComponents(components: MDXComponents): MDXComponents {
|
||||
return {
|
||||
...components,
|
||||
}
|
||||
const components: MDXComponents = {}
|
||||
|
||||
export function useMDXComponents(): MDXComponents {
|
||||
return components
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user