UNPKG

thaidatepicker-react

Version:

Thaidatepicker-react is a component for ReactJS that likes other DatePicker, but all we need is Buddhist Year (25XX - aka Thai Year) come with the right render day (example: Sat, 29 Feb 2020 must be equal to Sat, 29 Feb 2563) so I wish this component will

4 lines (3 loc) 203 B
import React from "react"; declare const NavigateButton: ({ className, type, disabled, onClick, children, ...props }: React.ComponentProps<"button">) => React.JSX.Element; export default NavigateButton;