import Echart from '../components/Echart';
export default function Sankey(props) {
    const { height, width, echartOptions, refs } = props;
    return (<Echart refs={refs} height={height} width={width} echartOptions={echartOptions}/>);
}
//# sourceMappingURL=Sankey.jsx.map