Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface StyledProps<TStyles>

Type parameters

  • TStyles = {}

Hierarchy

Index

Properties

Optional as

as: string | Element

Optional classNames

classNames: RootClassName & Record<keyof TStyles, string>

Class names for the root component and the subcomponents.

Optional prefixClassNames

prefixClassNames: string

Optional styles

styles: Partial<RootStyles> & Partial<TStyles>

Customized styling that will layer on top of the default rules.

Generated using TypeDoc