File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 66
77import type { Plugin , BuildOptions , Loader } from 'esbuild'
88import type { ModuleInfo } from '@fal-works/esbuild-plugin-global-externals'
9- import type { Options } from '@mdx-js/esbuild/lib'
9+ import type { ProcessorOptions } from '@mdx-js/esbuild/lib'
1010import type { GrayMatterOption , Input , GrayMatterFile } from 'gray-matter'
1111import type { MDXComponents } from 'mdx/types'
1212import type { VFile , VFileOptions } from 'vfile'
@@ -88,9 +88,9 @@ type BundleMDXOptions<Frontmatter> = {
8888 * ```
8989 */
9090 mdxOptions ?: (
91- options : Options ,
91+ options : ProcessorOptions ,
9292 frontmatter : Frontmatter ,
93- ) => Options
93+ ) => ProcessorOptions
9494 /**
9595 * This allows you to modify the built-in esbuild configuration. This can be
9696 * especially helpful for specifying the compilation target.
You can’t perform that action at this time.
0 commit comments