UNPKG

@kitware/vtk.js

Version:

Visualization Toolkit for the Web

11 lines (9 loc) 174 B
const Orientation = { HORIZONTAL: 'horizontal', VERTICAL: 'vertical', AUTO: 'auto' }; var Constants = { Orientation }; export { Orientation, Constants as default };