From 94baf59da86c431444dc58adf993c4f136139cc4 Mon Sep 17 00:00:00 2001 From: Ederson Lucas <27015559+edersonlucas@users.noreply.github.com> Date: Mon, 17 Apr 2023 21:25:40 -0300 Subject: [PATCH] Docs(Tooltip): Adds `defaultValue` of tooltip direction to documentation (#3175) * docs: adds defaultValue of tooltip direction to documentation * remove the changeset --- src/Tooltip.docs.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Tooltip.docs.json b/src/Tooltip.docs.json index d4b88a8c6ec..3fd7e5d6c69 100644 --- a/src/Tooltip.docs.json +++ b/src/Tooltip.docs.json @@ -12,6 +12,7 @@ { "name": "direction", "type": "'n' | 'ne' | 'e' | 'se' | 's' | 'sw' | 'w' | 'nw'", + "defaultValue": "n", "description": "Sets where the tooltip renders in relation to the target." }, {