UNPKG

sigplot-ts

Version:

TypeScript-based Integration Library for SigPlot 2.0

16 lines (15 loc) 437 B
/** * Author: Thomas Goodwin * Company: Geon Technologies, LLC * * Re-exports from sigplot module for downstream interfaces */ import * as sigplot from 'sigplot'; export interface ISettingsOptions extends sigplot.ISettingsOptions { } export interface IConstructorOptions extends sigplot.IConstructorOptions { } export interface IGridStyle extends sigplot.IGridStyle { } export interface IPlotColors extends sigplot.IPlotColors { }