智能体
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
DB_Agent/web/global.d.ts

16 lines
533 B

declare namespace JSX {
interface IntrinsicElements {
summary: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
'custom-view': React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
references: React.DetailedHTMLProps<
React.HTMLAttributes<HTMLElement> & {
title: string;
references: any;
},
HTMLElement
>;
'chart-view': React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
}
}
declare module 'cytoscape-euler';