UNPKG

@datepicker-react/styled

Version:

A React datepicker build with styled-components.

10 lines (9 loc) 250 B
interface NavButtonProps { type: 'next' | 'prev' onClick(): void vertical: boolean rtl: boolean ariaLabel: string } declare function NavButton({type, onClick, vertical, rtl, ariaLabel}: NavButtonProps): JSX.Element export default NavButton