UNPKG

@vtex/admin-ui

Version:

> VTEX admin component library

7 lines (6 loc) 397 B
import type { CalendarStateReturn } from './calendar-state'; export declare const CalendarCellButton: import("@vtex/admin-ui-react").AdminUIComponent<import("reakit-system/ts/createComponent").Component<"button", import("reakit/ts/Clickable").ClickableOptions>, CalendarCellButtonOptions>; export declare type CalendarCellButtonOptions = { date: Date; state: CalendarStateReturn; };