UNPKG

react-financial-charts

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