mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-20 15:59:51 +02:00
change options
paramter to any instead of unknown
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user