import * as React from "react"; import * as CountUp from "react-countup"; export class Test extends React.Component { render() { return ( {({ countUpRef, start }) => (
)}
); } }