
### dataHook
- type: string
- description: Applied as data-hook HTML attribute that can be used in the tests
### className
- type: string
- description: Specifies a CSS class name to be appended to the component’s root element.
- internal
### alignLabel
- type: "center" | "start"
- description: Aligns the labels of items.
- default: 'center'
### skin
- type: "standard" | "dark"
- description: item's skin (deprecated)
- default: 'dark'
### items
- type: HorizontalTimelineItem[]
- description: Timeline items
 * `skin` - Controls line and text color (deprecated).
 * `line ` - Affects the line type, can be one of: 'filled' | 'dashed'.
 * `label` -  Text displayed below the icon.
 * `icon ` - An icon representing a timeline item.
 * `width ` - The width of the timeline item, can be percentage or pixels.
 * `labelEllipsis ` - Set ellipsis for item's label  .

