Skip to content

Commit f13a8ff

Browse files
committed
release - 1.8.0
1 parent 470c631 commit f13a8ff

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

β€Ždist/react-apexcharts.d.tsβ€Ž

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/// <reference types="react"/>
2-
import { ApexOptions } from "apexcharts";
2+
import ApexCharts, { ApexOptions } from "apexcharts";
33
import React from "react";
44
/**
55
* Basic type definitions from https://apexcharts.com/docs/react-charts/#props
@@ -27,6 +27,7 @@ declare module "react-apexcharts" {
2727
width?: string | number;
2828
height?: string | number;
2929
options?: ApexOptions;
30+
chartRef?: React.RefObject<ApexCharts | null>;
3031
[key: string]: any;
3132
}
3233
export default class ReactApexChart extends React.Component<Props> {}

β€Ždist/react-apexcharts.iife.min.jsβ€Ž

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Ždist/react-apexcharts.min.jsβ€Ž

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žpackage-lock.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
Β (0)