mirror of
https://github.com/langgenius/dify.git
synced 2025-12-16 12:42:31 +00:00
5 lines
128 B
TypeScript
5 lines
128 B
TypeScript
|
|
declare module '*.mdx' {
|
||
|
|
const MDXComponent: (props?: Record<string, unknown>) => JSX.Element
|
||
|
|
export default MDXComponent
|
||
|
|
}
|