UNPKG

@jigoooo/shared-ui

Version:

A reusable React component library and design system with TypeScript support, built on Vite for seamless integration and optimized performance.

4 lines (3 loc) 355 B
export declare function getCellBorderRadius(day: Date | null, selectedDate: Date | null): number; export declare function getCellBackgroundColor(day: Date | null, selectedDate: Date | null, color: string): string; export declare function getCellTextColor(day: Date | null, selectedDate: Date | null, isCurrentMonth: boolean, isDisabled: boolean): string;