UNPKG

git-contri-merged

Version:

A React component to display merged GitHub contribution graphs from multiple contributors

5 lines (4 loc) 212 B
import { CalendarTheme } from '../types'; export declare const lightTheme: CalendarTheme; export declare const darkTheme: CalendarTheme; export declare function getTheme(scheme: 'light' | 'dark'): CalendarTheme;