Skip to content

Commit

Permalink
build - 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
junedchhipa committed Mar 10, 2022
1 parent a5d558e commit 0cf256d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions dist/react-apexcharts.d.ts
@@ -1,10 +1,11 @@
/// <reference types="react"/>
import { ApexOptions } from 'apexcharts'
import { ApexOptions } from 'apexcharts';
import React from 'react';
/**
* Basic type definitions from https://apexcharts.com/docs/react-charts/#props
*/
declare module "react-apexcharts" {
interface Props {
export interface Props {
type?: "line"
| "area"
| "bar"
Expand Down
2 changes: 1 addition & 1 deletion dist/react-apexcharts.iife.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/react-apexcharts.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0cf256d

Please sign in to comment.