UNPKG

hwc

Version:

A react Headless Week Calendar toolkit to build calendars like Google Calendar.

13 lines (12 loc) 280 B
import { Rect } from '../types'; export declare const useShadowCards: () => { rect: Rect; style: { width: string; height: string; }; index: number; isFirst: boolean; isLast: boolean; event: import("../types").HwcEvent; }[];