UNPKG

@vtex/admin-ui

Version:

> VTEX admin component library

7 lines (6 loc) 366 B
import type { CalendarStateReturn } from './calendar-state'; export declare const CalendarCell: import("@vtex/admin-ui-react").AdminUIComponent<import("reakit-system/ts/createComponent").Component<"div", import("reakit/ts/Role").RoleOptions>, CalendarCellOptions>; export declare type CalendarCellOptions = { date: Date; state: CalendarStateReturn; };