Skip to main content
Module

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

Full-stack Deno framework for building business web apps like internal tools, dashboards, admin panels and automated workflows.
Go to Latest
type alias StyledComponent
import { type StyledComponent } from "https://deno.land/x/netzo@0.4.40/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; }