UNPKG

@theguild/components

Version:
9 lines (6 loc) 232 B
import { MDXComponents } from 'nextra/mdx-components'; /** * MDX components used in Hive-rebranded websites. */ declare const useHiveMDXComponents: (components?: MDXComponents) => MDXComponents; export { useHiveMDXComponents };