UNPKG

vim-webgl-component

Version:

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

5 lines (4 loc) 137 B
/** * Event handler type definition for subscription changes. */ export type SubscriptionChangeEventHandler = (count: number) => void;