UNPKG

financial-chart-made-simple

Version:

The package that allows you to build responsive financial charts styled your way. The chart functionality is similar to that on coinmarketcap.io.

10 lines (9 loc) 183 B
export declare const BTCPrices: { Date: string; Open: number; High: number; Low: number; Close: number; "Adj Close": number; Volume: number; }[];