UNPKG

vue3-calendar-heatmap

Version:

A lightweight calendar heatmap Vue 3 component built on SVG, inspired by julienr114's vue-calendar-heatmap ans github's contribution calendar graph

9 lines (8 loc) 269 B
import { App } from 'vue'; declare function install(Vue: App): void; declare const _default: { install: typeof install; }; export default _default; export * from './components/Heatmap'; export { default as CalendarHeatmap } from './components/CalendarHeatmap.vue';