UNPKG

@react-financial-charts/indicators

Version:
12 lines (11 loc) 368 B
export default function (): { (rawData: any[]): any[]; options(newOptions?: any): { reversalType: string; windowSize: number; fixedBrickSize: number; sourcePath: string; } | any; dateMutator(newDateMutator?: any): ((d: any, date: any) => void) | any; dateAccessor(newDateAccessor?: any): ((d: any) => any) | any; };