@project44-manifest/react
Version:
Manifest Design System react components
14 lines • 454 B
TypeScript
/// <reference types="react" />
import type { CalendarState, RangeCalendarState } from '@react-stately/calendar';
export interface CalendarTableProps {
/**
* The calendar state.
*/
state: CalendarState | RangeCalendarState;
}
/** @private */
export declare function CalendarTable(props: CalendarTableProps): JSX.Element;
export declare namespace CalendarTable {
var displayName: string;
}
//# sourceMappingURL=CalendarTable.d.ts.map