UNPKG

react-financial-charts

Version:
13 lines (12 loc) 310 B
export interface SMAOptions { readonly sourcePath?: string; readonly windowSize: number; } export default function (): { (data: any[]): any[]; undefinedLength(): number; options(newOptions?: SMAOptions | undefined): { sourcePath: string; windowSize: number; } | any; };