UNPKG

react-best-heatmap

Version:

Build and customize an heatmap for exactly what you need.

8 lines (5 loc) 150 B
import React from "react"; const Wrapper = ({ children, ...rest }) => { return <div {...rest}>{children}</div>; }; export default Wrapper;