PathInput
PathInput =
string|ReadonlyArray<string|PathSegment>
Defined in: src/components/navigation/PathBar/PathBar.types.ts:34
Accepted shapes for a path: a delimited string (split on delimiter) or a
pre-split array mixing plain label strings and structured PathSegment
objects.