This commit is contained in:
Zef Hemel
2023-01-21 13:37:55 +01:00
parent 9fbe78dadd
commit a4c103e127
11 changed files with 137 additions and 16 deletions
+8
View File
@@ -42,3 +42,11 @@ export type CompleteEvent = {
linePrefix: string;
pos: number;
};
export type WidgetContent = {
html?: string;
script?: string;
url?: string;
height?: number;
width?: number;
};