mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-10 22:52:34 +01:00
This commit is contained in:
parent
0e8931ff12
commit
357290d518
8 changed files with 50 additions and 28 deletions
2
app/src/types/index.d.ts
vendored
2
app/src/types/index.d.ts
vendored
|
|
@ -141,7 +141,7 @@ interface CSSStyleDeclarationElectron extends CSSStyleDeclaration {
|
|||
|
||||
interface Window {
|
||||
echarts: {
|
||||
init(element: HTMLElement, theme?: string, options?: {
|
||||
init(element: Element, theme?: string, options?: {
|
||||
width: number
|
||||
}): {
|
||||
setOption(option: any): void;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue