Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ZeroWidthSpaceProps<M>

Type parameters

  • M: OverridableTypeMap

Hierarchy

  • { align?: PropTypes.Alignment; children?: React.ReactNode; color?: "initial" | "inherit" | "primary" | "secondary" | "textPrimary" | "textSecondary" | "error"; display?: "initial" | "block" | "inline"; gutterBottom?: undefined | false | true; noWrap?: undefined | false | true; paragraph?: undefined | false | true; variant?: Variant | "inherit"; variantMapping?: Partial<Record<Variant, string>> } & CommonProps<TypographyTypeMap<{}, "span">> & {}
    • ZeroWidthSpaceProps

Index

Properties

Optional align

align: PropTypes.Alignment

Optional children

children: React.ReactNode

The content of the component.

Optional className

className: undefined | string

Optional classes

classes: Partial<ClassNameMap<M["classKey"]>>

Override or extend the styles applied to the component.

Optional color

color: "initial" | "inherit" | "primary" | "secondary" | "textPrimary" | "textSecondary" | "error"

Optional customclasses

customclasses: string | string[]

Custom CSS classes to pass to the tooltip

Optional data-qa

data-qa: undefined | string

Data-qa tag to apply to the tooltip

Optional display

display: "initial" | "block" | "inline"

Optional gutterBottom

gutterBottom: undefined | false | true

Optional innerRef

innerRef: React.Ref<any>

Optional noWrap

noWrap: undefined | false | true

Optional paragraph

paragraph: undefined | false | true

Optional style

style: CSSProperties

Any additional CSSProperties to pass to the component

Optional variant

variant: Variant | "inherit"

Optional variantMapping

variantMapping: Partial<Record<Variant, string>>

Generated using TypeDoc