UNPKG

react-nepali-datepicker-bs

Version:

Nepali Datepicker (Bikram Sambat) as a ReactJS component

7 lines (6 loc) 284 B
import { TLocaleType } from "../Types"; declare const useTrans: (currentLocale: TLocaleType) => { trans: (key: string, locale?: "en" | "ne" | undefined) => any; numberTrans: (num: number | string, locale?: "en" | "ne" | undefined) => string; }; export default useTrans;