pub fn separator(_p: &SeparatorProps) -> StringExpand description
Returns the canonical CSS class string for a separator.
Upstream basecoat uses role="separator" on <hr> — no CSS class needed.
This function always returns an empty string; the role attribute is
handled by the component renderer, not the class function.