UNPKG

react-financial-charts

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