Separator
frontend/packages/ui/src/components/separator.tsx
Separator
Component
function Separator({
className,
orientation = "horizontal",
...props
}: SeparatorPrimitive.Props)
frontend/packages/ui/src/components/separator.tsx
SeparatorComponent
function Separator({
className,
orientation = "horizontal",
...props
}: SeparatorPrimitive.Props)