DefinitelyTyped/types/v-chart-plugin/index.d.ts
2018-10-28 17:09:27 -04:00

12 lines
360 B
TypeScript

// Type definitions for v-chart-plugin 0.2
// Project: https://github.com/ignoreintuition/v-chart-plugin
// Definitions by: Nate Mara <https://github.com/natemara>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.3
import { PluginObject } from 'vue';
declare const Chart: PluginObject<void>;
export default Chart;