feat: add type of toc
This commit is contained in:
parent
a042157626
commit
c70a211954
7
packages/react/src/mdx.d.ts
vendored
Normal file
7
packages/react/src/mdx.d.ts
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
declare module '*.mdx' {
|
||||
import type { MDXProps } from 'mdx/types'
|
||||
import type { Toc } from '@stefanprobst/rehype-extract-toc'
|
||||
|
||||
export const tableOfContents: Toc
|
||||
export default function MDXContent(props: MDXProps): JSX.Element
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user