UNPKG

@react-stockcharts3/indicators

Version:

Indicators for react-stockcharts3

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