reaviz
Version:
Data Visualization using React
17 lines (16 loc) • 844 B
TypeScript
import { default as React } from 'react';
declare const _default: {
tags: string[];
title: string;
component: React.FC<Partial<import('./CalendarHeatmap').CalendarHeatmapProps>>;
subcomponents: {
HeatmapSeries: React.FC<Partial<import('./HeatmapSeries').HeatmapSeriesProps>>;
HeatmapCell: React.FC<Partial<import('./HeatmapSeries').HeatmapCellProps>>;
};
};
export default _default;
export declare const YearCalendar: () => import("react/jsx-runtime").JSX.Element;
export declare const YearCalendarMarchStart: () => import("react/jsx-runtime").JSX.Element;
export declare const MonthCalendar: () => import("react/jsx-runtime").JSX.Element;
export declare const MultiMonthCalendar: () => import("react/jsx-runtime").JSX.Element;
export declare const SelectCell: () => import("react/jsx-runtime").JSX.Element;