UNPKG

vim-webgl-component

Version:

A demonstration app built on top of the vim-webgl-viewer

8 lines (7 loc) 257 B
import * as VIM from 'vim-webgl-viewer/'; import { CursorManager } from '../helpers/cursor'; export declare function getMeasureState(viewer: VIM.Viewer, cursor: CursorManager): { active: boolean; toggle: () => void; clear: () => void; };