import { memo } from 'react'; import DateRange from './DateRange'; export default memo(DateRange); export type { DateRangeProps } from './DateRange';