UNPKG

mui-daterange-picker

Version:

A react date range picker implementation using @mui.

5 lines (4 loc) 236 B
import React from "react"; import { DateRangePickerWrapperProps } from "./DateRangePickerWrapper"; declare const DateRangePickerExporter: React.FunctionComponent<DateRangePickerWrapperProps>; export default DateRangePickerExporter;