From 1841e13b3286d6ccb04456898eec53d0a01c9602 Mon Sep 17 00:00:00 2001 From: J-Michalek <71264422+J-Michalek@users.noreply.github.com> Date: Tue, 10 Jun 2025 18:21:14 +0200 Subject: [PATCH] docs(timeline): fix duplicate separator field on `item.ui` (#4313) Co-authored-by: Jakub Co-authored-by: Benjamin Canac --- docs/content/3.components/timeline.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/3.components/timeline.md b/docs/content/3.components/timeline.md index 528cc0c2..ee02d795 100644 --- a/docs/content/3.components/timeline.md +++ b/docs/content/3.components/timeline.md @@ -23,7 +23,7 @@ Use the `items` prop as an array of objects with the following properties: - `value?: string | number`{lang="ts-type"} - [`slot?: string`{lang="ts-type"}](#with-custom-slot) - `class?: any`{lang="ts-type"} -- `ui?: { item?: ClassNameValue, container?: ClassNameValue, indicator?: ClassNameValue, separator?: ClassNameValue, wrapper?: ClassNameValue, separator?: ClassNameValue, date?: ClassNameValue, title?: ClassNameValue, description?: ClassNameValue }`{lang="ts-type"} +- `ui?: { item?: ClassNameValue, container?: ClassNameValue, indicator?: ClassNameValue, separator?: ClassNameValue, wrapper?: ClassNameValue, date?: ClassNameValue, title?: ClassNameValue, description?: ClassNameValue }`{lang="ts-type"} ::component-code ---