UNPKG

@datepicker-react/styled

Version:

A React datepicker build with styled-components.

7 lines (6 loc) 126 B
interface DayProps { day: string date: Date } declare function Day({day, date}: DayProps): JSX.Element export default Day