UNPKG
vue-chartjs-typescript
Version:
latest (3.3.3)
3.3.3
3.3.2
Fork from vue-chartjs with typescript definitions
vue-chartjs.org
apertureless/vue-chartjs
vue-chartjs-typescript
/
types
/
components.d.ts
8 lines
(6 loc)
•
207 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
Vue
from
'vue'
/** vue-chartjs component common definition */
export
declare
class
BaseChart
extends
Vue
{
addPlugin
(
plugin
?:
string
[]):
void
renderChart
(
chartData
:
any
,
options
?:
any
):
void
}