vim-webgl-component
Advanced tools
Comparing version 0.1.3-dev.66 to 0.1.3-dev.67
@@ -8,2 +8,3 @@ /// <reference types="react" /> | ||
count: number; | ||
setSearching: (value: boolean) => void; | ||
}): JSX.Element; |
@@ -23,3 +23,3 @@ /// <reference types="react" /> | ||
export declare type Isolation = { | ||
set: (objects: VIM.Object[]) => void; | ||
search: (objects: VIM.Object[]) => void; | ||
current: () => VIM.Object[]; | ||
@@ -26,0 +26,0 @@ toggle: () => void; |
{ | ||
"name": "vim-webgl-component", | ||
"version": "0.1.3-dev.66", | ||
"version": "0.1.3-dev.67", | ||
"description": "A demonstration app built on top of the vim-webgl-viewer", | ||
@@ -5,0 +5,0 @@ "files": [ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
6143822
55031