UNPKG

puppy-lib-components

Version:

A modern TypeScript React component library with generic UI components and football pickem domain components

4 lines (3 loc) 145 B
import React from 'react'; import { DateRangePickerProps } from './types'; export declare const DateRangePicker: React.FC<DateRangePickerProps>;