### 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)
10 lines
187 B
TypeScript
10 lines
187 B
TypeScript
declare module '*.md' {
|
|
const content: string;
|
|
export default content;
|
|
}
|
|
|
|
declare module 'jsoneditor' {
|
|
const JSONEditor: any;
|
|
export default JSONEditor;
|
|
export = JSONEditor;
|
|
}
|