UNPKG

@datepicker-react/styled

Version:

A React datepicker build with styled-components.

8 lines (7 loc) 194 B
interface ResetDatesProps { onResetDates(): void text: string rtl: boolean } declare function ResetDates({onResetDates, text, rtl}: ResetDatesProps): JSX.Element export default ResetDates