UNPKG

@kitware/vtk.js

Version:

Visualization Toolkit for the Web

10 lines (8 loc) 169 B
export declare enum CoordinateSystem { WORLD = 0, DISPLAY = 1, } declare const _default: { CoordinateSystem: typeof CoordinateSystem; }; export default _default;