npm install --save @types/vue-chartkick
This package contains type definitions for vue-chartkick (https://github.com/ankane/vue-chartkick#readme).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/vue-chartkick.
import { PluginObject } from "vue";
interface VueChartkickPlugin extends PluginObject<{ adapter: any }> {
version: string;
addAdapter: (library: any) => void;
}
declare const VueChartkick: VueChartkickPlugin;
export default VueChartkick;
- Last updated: Thu, 08 May 2025 20:02:12 GMT
- Dependencies: vue
These definitions were written by CNS Media.