export namespace CalendarPropTypes { const role: PropTypes.Validator; const from: PropTypes.Validator; const to: PropTypes.Validator; const data: PropTypes.Validator<(PropTypes.InferProps<{ day: PropTypes.Validator; value: PropTypes.Validator; }> | null)[]>; const align: PropTypes.Validator; const minValue: PropTypes.Validator; const maxValue: PropTypes.Validator; const colors: PropTypes.Validator<(string | null)[]>; const colorScale: PropTypes.Requireable<(...args: any[]) => any>; const direction: PropTypes.Requireable; const emptyColor: PropTypes.Validator; const yearLegend: PropTypes.Validator<(...args: any[]) => any>; const yearSpacing: PropTypes.Validator; const yearLegendPosition: PropTypes.Validator; const yearLegendOffset: PropTypes.Validator; const monthBorderWidth: PropTypes.Validator; const monthBorderColor: PropTypes.Validator; const monthLegend: PropTypes.Validator<(...args: any[]) => any>; const monthSpacing: PropTypes.Validator; const monthLegendPosition: PropTypes.Validator; const monthLegendOffset: PropTypes.Validator; const daySpacing: PropTypes.Validator; const dayBorderWidth: PropTypes.Validator; const dayBorderColor: PropTypes.Validator; const isInteractive: PropTypes.Requireable; const onClick: PropTypes.Requireable<(...args: any[]) => any>; const onMouseEnter: PropTypes.Requireable<(...args: any[]) => any>; const onMouseLeave: PropTypes.Requireable<(...args: any[]) => any>; const onMouseMove: PropTypes.Requireable<(...args: any[]) => any>; const tooltip: PropTypes.Validator; const valueFormat: PropTypes.Requireable any)>; const legendFormat: PropTypes.Requireable any)>; const legends: PropTypes.Validator<(PropTypes.InferProps | null)[]>; } export namespace CalendarCanvasPropTypes { const pixelRatio: PropTypes.Validator; } export namespace CalendarDefaultProps { const role_1: string; export { role_1 as role }; const colors_1: string[]; export { colors_1 as colors }; const align_1: string; export { align_1 as align }; const direction_1: string; export { direction_1 as direction }; const emptyColor_1: string; export { emptyColor_1 as emptyColor }; const minValue_1: number; export { minValue_1 as minValue }; const maxValue_1: string; export { maxValue_1 as maxValue }; const yearSpacing_1: number; export { yearSpacing_1 as yearSpacing }; export function yearLegend_1(year: any): any; export { yearLegend_1 as yearLegend }; const yearLegendPosition_1: string; export { yearLegendPosition_1 as yearLegendPosition }; const yearLegendOffset_1: number; export { yearLegendOffset_1 as yearLegendOffset }; const monthBorderWidth_1: number; export { monthBorderWidth_1 as monthBorderWidth }; const monthBorderColor_1: string; export { monthBorderColor_1 as monthBorderColor }; const monthSpacing_1: number; export { monthSpacing_1 as monthSpacing }; export function monthLegend_1(year: any, month: any, date: any): string; export { monthLegend_1 as monthLegend }; const monthLegendPosition_1: string; export { monthLegendPosition_1 as monthLegendPosition }; const monthLegendOffset_1: number; export { monthLegendOffset_1 as monthLegendOffset }; export function weekdayLegend(d: any): any; const daySpacing_1: number; export { daySpacing_1 as daySpacing }; const dayBorderWidth_1: number; export { dayBorderWidth_1 as dayBorderWidth }; const dayBorderColor_1: string; export { dayBorderColor_1 as dayBorderColor }; const isInteractive_1: boolean; export { isInteractive_1 as isInteractive }; const legends_1: never[]; export { legends_1 as legends }; export { CalendarTooltip as tooltip }; } export namespace CalendarCanvasDefaultProps { const pixelRatio_1: any; export { pixelRatio_1 as pixelRatio }; } import PropTypes from "prop-types"; import CalendarTooltip from "./CalendarTooltip"; //# sourceMappingURL=props.d.ts.map