change options paramter to any instead of unknown

This commit is contained in:
Yokozuna59
2023-06-26 19:31:53 +03:00
parent 3106ddbd1e
commit 8b67200717

View File

@@ -83,4 +83,4 @@ export type HTML = d3.Selection<HTMLIFrameElement, unknown, Element, unknown>;
export type SVG = d3.Selection<SVGSVGElement, unknown, Element, unknown>;
export type getDiagramStyles = (options?: unknown) => string;
export type getDiagramStyles = (options?: any) => string;