pub type ExpandIconRenderFn = fn(&CollapsePanel, bool) -> Element;Expand description
Function type for custom expand icon rendering. Takes (panel_props, is_active) and returns Element.
pub type ExpandIconRenderFn = fn(&CollapsePanel, bool) -> Element;Function type for custom expand icon rendering. Takes (panel_props, is_active) and returns Element.