mirror of
https://github.com/langgenius/dify.git
synced 2026-05-04 17:38:04 +08:00
Merge branch 'main' into feat/memory-orchestration-fed
This commit is contained in:
4
web/types/mdx.d.ts
vendored
Normal file
4
web/types/mdx.d.ts
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
declare module '*.mdx' {
|
||||
const MDXComponent: (props?: Record<string, unknown>) => JSX.Element
|
||||
export default MDXComponent
|
||||
}
|
||||
Reference in New Issue
Block a user