Function: Separator()
Separator(
props):ReactNode
A toolbar primitive that allows you to show a separator between toolbar items. By default, the separator is styled as vertical line.
Parameters
| Parameter | Type |
|---|---|
props | ToolbarSeparatorProps & RefAttributes<HTMLDivElement> |
Returns
ReactNode