mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-22 08:16:10 +01:00
This commit is contained in:
parent
b1a04d67d9
commit
8befb8d691
3 changed files with 15 additions and 14 deletions
3
app/src/types/index.d.ts
vendored
3
app/src/types/index.d.ts
vendored
|
|
@ -140,6 +140,9 @@ interface CSSStyleDeclarationElectron extends CSSStyleDeclaration {
|
|||
}
|
||||
|
||||
interface Window {
|
||||
DOMPurify: {
|
||||
sanitize(dirty: string): string;
|
||||
};
|
||||
echarts: {
|
||||
init(element: Element, theme?: string, options?: {
|
||||
width: number
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue