date-picker-np
Version:
Nepali Date Picker for React
6 lines (5 loc) • 497 B
TypeScript
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;