UNPKG

@shinyongjun/react-datepicker

Version:
4 lines (3 loc) 204 B
export declare function addLeadingZero(input: number | string | null): string; export declare function isNumeric(text: string | null): boolean; export declare function splitString(str: string): string[];