UNPKG

vim-webgl-component

Version:

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

6 lines (5 loc) 172 B
export declare function createOpenState(): { init: (keys: string[]) => void; get: (s: string) => boolean; set: (group: string, value: boolean) => void; };