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

A map of matchers used as custom modifiers by DayPicker component. This is the same as DayModifiers]], | but it accepts only array of [[Matchers.

definition: Record<Modifier, Matcher[]>