import { type StyledComponent } from "https://deno.land/x/netzo@0.5.63/deps/react-day-picker.ts";
Props of a component that can be styled via classNames or inline-styles.
definition: { className?: string; style?: CSSProperties; children?: ReactNode; }