timepiece/node_modules/date-fns/locale/vi.d.ts

11 lines
313 B
TypeScript
Raw Normal View History

2024-05-14 14:54:12 +00:00
import type { Locale } from "./types.js";
/**
* @category Locales
* @summary Vietnamese locale (Vietnam).
* @language Vietnamese
* @iso-639-2 vie
* @author Thanh Tran [@trongthanh](https://github.com/trongthanh)
* @author Leroy Hopson [@lihop](https://github.com/lihop)
*/
export declare const vi: Locale;