AccordionSlots

external interface AccordionSlots(source)

Properties

Link copied to clipboard
abstract var heading: ElementType<*>

The component that renders the heading.

Link copied to clipboard
abstract var region: ElementType<*>

The component that renders the region.

Link copied to clipboard
abstract var root: ElementType<*>

The component that renders the root.

Link copied to clipboard
abstract var transition: ElementType<*>

The component that renders the transition. /material-ui/transitions/#transition-slots to learn more about the requirements for this component.