Skip to content

Commit

Permalink
fix(mdx): export NextMDXOptions interface
Browse files Browse the repository at this point in the history
  • Loading branch information
stafyniaksacha authored Feb 26, 2023
1 parent ff4e06a commit 6b86b44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next-mdx/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { RuleSetConditionAbsolute } from 'webpack'

type WithMDX = (config: NextConfig) => NextConfig

interface NextMDXOptions {
export interface NextMDXOptions {
/**
* A webpack rule test to match files to treat as MDX.
*
Expand Down

0 comments on commit 6b86b44

Please sign in to comment.