Closed charlie-yao closed 1 year ago
Let's say we know the panel element type of the accordion is some component AccordionPanel. If possible, it might make sense to restrict the properties of panelProps in the render functions to only the props that AccordionPanel can accept.
AccordionPanel
panelProps
Let's say we know the panel element type of the accordion is some component
AccordionPanel
. If possible, it might make sense to restrict the properties ofpanelProps
in the render functions to only the props thatAccordionPanel
can accept.