Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
type alias DateFormatter
import { type DateFormatter } from "https://deno.land/x/netzo@0.3.66/deps/react-day-picker.ts";

Represents a function to format a date.

definition: (date: Date, options?: { locale?: Locale; }) => React$1.ReactNode