feat(rfInstance): add getElements function #274

This commit is contained in:
moklick
2020-06-02 16:06:08 +02:00
parent 02bcd1be11
commit 3f3a79b5f6
5 changed files with 26 additions and 2 deletions
+1
View File
@@ -144,6 +144,7 @@ type OnLoadParams = {
zoomOut: () => void;
fitView: FitViewFunc;
project: ProjectFunc;
getElements: () => Elements;
};
export type OnLoadFunc = (params: OnLoadParams) => void;