mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-23 15:06:50 +08:00
### What problem does this PR solve? Feature:Add a loading status to the agent canvas page. ### Type of change - [x] New Feature (non-breaking change which adds functionality)
11 lines
187 B
TypeScript
11 lines
187 B
TypeScript
declare module '*.md' {
|
|
const content: string;
|
|
export default content;
|
|
}
|
|
|
|
declare module 'jsoneditor' {
|
|
const JSONEditor: any;
|
|
export default JSONEditor;
|
|
export = JSONEditor;
|
|
}
|