sigplot-ts
Version:
TypeScript-based Integration Library for SigPlot 2.0
12 lines (11 loc) • 299 B
TypeScript
/**
* Author: Thomas Goodwin
* Company: Geon Technologies, LLC
*
* Re-exports from sigplot.layer* for downstream interfaces
*/
import * as sigplot from 'sigplot';
export interface ILayerSettings extends sigplot.layer.ILayerSettings {
}
export interface ILayer extends sigplot.layer.ILayer {
}