xlsx-chart-types
v0.1.2
Published
TypeScript definitions for xlsx-chart
Maintainers
Readme
xlsx-chart-types
TypeScript type definitions for xlsx-chart.
These type definitions were created by LautyDev.
The original xlsx-chart project is maintained by Objectum.
Installation
npm install xlsx-chart-typesUsage
Just install the package and TypeScript will automatically use the definitions.
import XLSXChart, { ChartOptions, ChartType } from "xlsx-chart";
import "xlsx-chart-types";
// ...License
MIT
