#3336 Merged typescript changes

This commit is contained in:
Knut Sveidqvist
2022-09-05 14:04:39 +02:00
parent 01106caa59
commit 8b4a08eef4
12 changed files with 96 additions and 57 deletions

View File

@@ -103,7 +103,8 @@ const getStyles = (
`;
};
export const addStylesForDiagram = (type, diagramTheme) => {
export const addStylesForDiagram = (type: any, diagramTheme: any) => {
// @ts-ignore
themes[type] = diagramTheme;
};