score:4

Accepted answer

You can explicitly define the function you want to use inside the class BarChart

  public renderChart!: (chartData: any, options: any) => void

Related Query

More Query from same tag