devjiwonchoi / remote-mdx

Use MDX in your React App
https://npmjs.com/remote-mdx
MIT License
13 stars 2 forks source link

Export SerializeOptions type #7

Closed jonsch318 closed 6 months ago

jonsch318 commented 6 months ago

Hi,

it can be that i am just incapable, but my editor and myself cannot find SerializeOptions as a type. I want something like this

export const mdxOptions: SerializeOptions = {
...
}

However with import { type SerializeOptions } from "remote-mdx/rsc my editor says

typescript: Module '"remote-mdx/rsc"' declares 'SerializeOptions' locally, but it is not exported. [2459]