import { type Styles } from "https://deno.land/x/netzo@0.5.63/deps/react-day-picker.ts";
The inline-styles of each styled element, to use with the styles
prop. Day
modifiers, such as today
or hidden
, should be styled using the
modifiersStyles
prop.
definition: Partial<Omit<StyledElement<CSSProperties>, InternalModifiersElement>>