UNPKG

ayongui

Version:
9 lines (7 loc) 232 B
import { CalendarProps } from '.././base-calendar/index.d'; /** * 日期范围选择器 * @constructor */ declare const RangePicker: (props: CalendarProps) => import("react/jsx-runtime").JSX.Element; export default RangePicker;