UNPKG

react-nepali-datepicker-bs

Version:

Nepali Datepicker (Bikram Sambat) as a ReactJS component

12 lines (11 loc) 305 B
import React, { FunctionComponent } from "react"; export interface IconBaseProps { size?: string; viewBoxSize?: string; className?: string; color?: string; } declare const IconBase: FunctionComponent<IconBaseProps & { children: React.ReactNode; }>; export default IconBase;