awslabs/diagram-maker-plugin-minimap

d.ts result Minimap dose not export

FocusCare opened this issue · 2 comments

Describe the bug
in diagramMakerMinimap.d.ts

declare class Minimap<NodeType, EdgeType> extends React.Component<MinimapProps<NodeType, EdgeType>> {
render(): JSX.Element | undefined;
private getCanvasSize;
private getMinimapNode;
private renderMinimapNodes;
}

Minimap dose not export

To Reproduce
Steps to reproduce the behavior:

  1. typescript import Minimap from this package

Expected behavior
in d.ts export Minimap

Screenshots
image

Desktop (please complete the following information):

  • OS: OSX
  • Browser chrome
  • Version 89

Additional context
none

Could you verify after using the latest version? Looks like it should have been fixed now. Feel free to close the ticket if its all good.

Closing this issue because this has been stale over weeks now. If this remains to be an issue, let us know and we will reopen this issue.