You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

4 line
244 B

  1. export {default as sankey} from "./src/sankey";
  2. export {center as sankeyCenter, left as sankeyLeft, right as sankeyRight, justify as sankeyJustify} from "./src/align";
  3. export {default as sankeyLinkHorizontal} from "./src/sankeyLinkHorizontal";