whensday-calendar-lib
Version:
A flexible calendar library with Whensday/Gregorian calendar systems, event management, and customizable UI components
41 lines • 1.09 kB
TypeScript
export declare const WHENSDAY_MONTHS: string[];
export declare const SOL_MONTH_INDEX = 6;
export declare const GREGORIAN_MONTH_NAMES: string[];
export declare const DEFAULT_COLORS: string[];
export declare const DEFAULT_THEME: {
colors: {
primary: string;
secondary: string;
accent: string;
background: string;
surface: string;
text: string;
textSecondary: string;
border: string;
today: string;
whensdayLeap: string;
};
fonts: {
primary: string;
secondary: string;
};
spacing: {
xs: string;
sm: string;
md: string;
lg: string;
xl: string;
};
borderRadius: {
sm: string;
md: string;
lg: string;
};
};
export declare const WEEK_DAYS: string[];
export declare const WEEK_DAYS_FULL: string[];
export declare const HOURS_IN_DAY = 24;
export declare const MINUTES_IN_HOUR = 60;
export declare const MINUTES_IN_DAY: number;
export declare const DEFAULT_HOUR_HEIGHT = 8;
//# sourceMappingURL=index.d.ts.map