Skip to content

Commit 1841e13

Browse files
J-MichalekJakubbenjamincanac
authored
docs(timeline): fix duplicate separator field on item.ui (#4313)
Co-authored-by: Jakub <[email protected]> Co-authored-by: Benjamin Canac <[email protected]>
1 parent 4e7c1c9 commit 1841e13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/3.components/timeline.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Use the `items` prop as an array of objects with the following properties:
2323
- `value?: string | number`{lang="ts-type"}
2424
- [`slot?: string`{lang="ts-type"}](#with-custom-slot)
2525
- `class?: any`{lang="ts-type"}
26-
- `ui?: { item?: ClassNameValue, container?: ClassNameValue, indicator?: ClassNameValue, separator?: ClassNameValue, wrapper?: ClassNameValue, separator?: ClassNameValue, date?: ClassNameValue, title?: ClassNameValue, description?: ClassNameValue }`{lang="ts-type"}
26+
- `ui?: { item?: ClassNameValue, container?: ClassNameValue, indicator?: ClassNameValue, separator?: ClassNameValue, wrapper?: ClassNameValue, date?: ClassNameValue, title?: ClassNameValue, description?: ClassNameValue }`{lang="ts-type"}
2727

2828
::component-code
2929
---

0 commit comments

Comments
 (0)