UNPKG

react-semantic-ui-datepickers

Version:
13 lines (12 loc) 316 B
import React from 'react'; declare type TodayButtonProps = { end?: boolean; hovered?: boolean; inRange?: boolean; selectable?: boolean; selected?: boolean; start?: boolean; today?: boolean; }; declare const TodayButton: React.FC<TodayButtonProps>; export default TodayButton;