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
3 lines (2 loc) • 338 B
TypeScript
import React from "react";
export declare const CustomInputWrapped: (InputComponent?: React.ElementType | null, inputProps?: React.InputHTMLAttributes<HTMLInputElement>, displayFormat?: string) => (({ ref, ...props }: any) => React.JSX.Element) | React.ForwardRefExoticComponent<Omit<any, "ref"> & React.RefAttributes<HTMLInputElement>>;