Skip to content

Commit

Permalink
Merge pull request #184 from b-maslennikov/fix/missed-type
Browse files Browse the repository at this point in the history
fix(types): Missed type for the 'chart' variable
  • Loading branch information
Denyllon authored Apr 22, 2021
2 parents 93e370e + 7310e3c commit 82180ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/highcharts-vue.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ export interface ChartWatchObject {
}

export class Chart extends _Vue {
chart: Highcharts.Chart;
props: ChartPropsObject;
template: string;
watch: ChartWatchObject;
Expand Down

0 comments on commit 82180ad

Please sign in to comment.