Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
type alias Styles
import { type Styles } from "https://deno.land/x/netzo@0.3.66/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<React$1.CSSProperties>, InternalModifiersElement>>