We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9cf31a commit 149c305Copy full SHA for 149c305
examples/utils/big-data-generator.tsx
@@ -2,7 +2,7 @@ import React from 'react';
2
import { generateData, calcTotal } from './dataUtil';
3
4
interface GenProps {
5
- onGen: Function;
+ onGen: (data: any[]) => void;
6
x: number;
7
y: number;
8
z: number;
0 commit comments