Blum / frontend /types /react-plotly.d.ts
Italianhype's picture
Upload folder using huggingface_hub
2deb2c5 verified
declare module "react-plotly.js" {
const Plot: any;
export default Plot;
}