ExpandIconRenderFn

Type Alias ExpandIconRenderFn 

Source
pub type ExpandIconRenderFn = fn(&CollapsePanel, bool) -> Element;
Expand description

Function type for custom expand icon rendering. Takes (panel_props, is_active) and returns Element.