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

4 lines
218 B
TypeScript

import type { FormatOptions as DateFnsFormatOptions } from "date-fns";
/** Hebrew calendar formatting override. */
export declare function format(date: Date, formatStr: string, options?: DateFnsFormatOptions): string;