Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/netzo/deps/react-day-picker.ts>StyledComponent

Deno-powered framework for building business web apps
Go to Latest
type alias StyledComponent
import { type StyledComponent } from "https://deno.land/x/netzo@0.3.91/deps/react-day-picker.ts";

Props of a component that can be styled via classNames or inline-styles.

definition: { className?: string; style?: React$1.CSSProperties; children?: React$1.ReactNode; }