UNPKG

videx-3d

Version:

React 3D component library designed for sub surface visualizations in the browser

14 lines (13 loc) 365 B
export type WellMapStyles = { depthAxisWidth: number; depthAxisColor: string; kickoffAxisColor: string; cursorColor: string; rulerColor: string; activeTrackColor: string; readoutColor: string; textColor: string; darkMode: boolean; }; export declare const DarkTheme: WellMapStyles; export declare const LightTheme: WellMapStyles;