@mintlify/mdx
Advanced tools
Comparing version 0.0.37 to 0.0.38
@@ -1,3 +0,2 @@ | ||
/// <reference types="react" /> | ||
import type { MDXRemoteProps } from 'next-mdx-remote'; | ||
export declare const MDXComponent: ({ compiledSource, components, scope, frontmatter, lazy, }: MDXRemoteProps) => JSX.Element; | ||
export * from './default'; | ||
export * from './rsc'; |
@@ -1,5 +0,2 @@ | ||
import { jsx as _jsx } from "react/jsx-runtime"; | ||
import { MDXRemote } from 'next-mdx-remote'; | ||
export const MDXComponent = ({ compiledSource, components, scope, frontmatter, lazy, }) => { | ||
return (_jsx(MDXRemote, { compiledSource: compiledSource, components: components, scope: scope, lazy: lazy, frontmatter: frontmatter })); | ||
}; | ||
export * from './default'; | ||
export * from './rsc'; |
{ | ||
"name": "@mintlify/mdx", | ||
"version": "0.0.37", | ||
"version": "0.0.38", | ||
"description": "Markdown parser from Mintlify", | ||
@@ -54,3 +54,3 @@ "main": "./dist/index.js", | ||
}, | ||
"gitHead": "3a783a84bd7d3ee4c344034ac5acbfe089dcfa40" | ||
"gitHead": "8702e3674f4c16a151e5e4c43daa73c7f317ed75" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
120269
23
377