react-schedule-view
Version:
A zero-dependency, fully customizable component for displaying schedules in a daily or week format
15 lines (14 loc) • 360 B
TypeScript
import { ScheduleTheme } from "../utils/models";
export declare const appleColors: {
greyBlackLabel: string;
greyLabel: string;
greyGridline: string;
blue: string;
red: string;
orange: string;
yellow: string;
green: string;
purple: string;
brown: string;
};
export declare const appleTheme: ScheduleTheme;