UNPKG

@datepicker-react/styled

Version:

A React datepicker build with styled-components.

6 lines (5 loc) 140 B
interface MonthLabelProps { label: string } declare const MonthLabel: ({label}: MonthLabelProps) => JSX.Element export default MonthLabel