UNPKG

date-picker-np

Version:
6 lines (5 loc) 497 B
import { ArrowIconProps } from "../../types/Calendar"; export declare const ArrowRightIcon: ({ onClick }: ArrowIconProps) => import("react/jsx-runtime").JSX.Element; export declare const ArrowLeftIcon: ({ onClick }: ArrowIconProps) => import("react/jsx-runtime").JSX.Element; export declare const ArrowTopIcon: ({ onClick }: ArrowIconProps) => import("react/jsx-runtime").JSX.Element; export declare const ArrowBottomIcon: ({ onClick }: ArrowIconProps) => import("react/jsx-runtime").JSX.Element;