UNPKG

@kitware/vtk.js

Version:

Visualization Toolkit for the Web

11 lines (9 loc) 172 B
export declare enum ProjectionMode { MAX = 0, MIN = 1, AVERAGE = 2, } declare const _default: { ProjectionMode: typeof ProjectionMode; }; export default _default;