Files
avz-site/node_modules/react-day-picker/dist/cjs/buddhist/lib/format.d.ts
T
2026-05-30 19:59:39 -03:00

4 lines
234 B
TypeScript

import type { DateLibOptions } from "../../classes/DateLib.js";
/** Format override adding +543 to year tokens for Buddhist Era (BE). */
export declare function format(date: Date, formatStr: string, options?: DateLibOptions): string;