UNPKG

react-nepalipatro

Version:

A reusable Nepali (Bikram Sambat) calendar React component.

8 lines (7 loc) 208 B
import React from "react"; type IconProps = React.SVGProps<SVGSVGElement> & { color?: string; size?: number; }; declare const ChevronsRightIcon: React.FC<IconProps>; export default ChevronsRightIcon;