UNPKG

@datepicker-react/styled

Version:

A React datepicker build with styled-components.

10 lines (9 loc) 264 B
interface Props { direction?: 'up' | 'down' | 'left' | 'right' height: string width: string iconColor?: string className?: string } declare function ArrowIcon({height, width, iconColor, direction, className}: Props): JSX.Element export default ArrowIcon