UNPKG

@rnwonder/react-date-picker

Version:

A lightweight, customizable, and accessible date picker component for React applications.

9 lines (7 loc) 168 B
import { default as React } from 'react'; interface IProps { color?: string; className?: string; } export declare const NextIcon: React.FC<IProps>; export {};