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
28 lines (27 loc) • 744 B
TypeScript
export default match;
declare namespace match {
let ordinalNumber: (dirtyString: any, dirtyOptions: any) => {
value: any;
rest: string;
} | null;
let era: (dirtyString: any, dirtyOptions: any) => {
value: any;
rest: string;
} | null;
let quarter: (dirtyString: any, dirtyOptions: any) => {
value: any;
rest: string;
} | null;
let month: (dirtyString: any, dirtyOptions: any) => {
value: any;
rest: string;
} | null;
let day: (dirtyString: any, dirtyOptions: any) => {
value: any;
rest: string;
} | null;
let dayPeriod: (dirtyString: any, dirtyOptions: any) => {
value: any;
rest: string;
} | null;
}