react-schedule-view
Version:
A zero-dependency, fully customizable component for displaying schedules in a daily or week format
18 lines (17 loc) • 427 B
TypeScript
import { ScheduleTheme } from "../utils/models";
export declare const googleColors: {
greyGridline: string;
greyTimeLabel: string;
greyDayLabel: string;
blue: string;
red: string;
yellow: string;
purple: string;
green: string;
indigo: string;
pink: string;
lavender: string;
orange: string;
brown: string;
};
export declare const googleTheme: ScheduleTheme;