From fd94176dc7d011a600a12ff335eeb463b499998b Mon Sep 17 00:00:00 2001 From: Weslen Nascimento Date: Mon, 11 Nov 2019 18:39:50 -0300 Subject: [PATCH] [SpeedDialActions] yarn docs:api changes --- docs/pages/api/speed-dial-action.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/api/speed-dial-action.md b/docs/pages/api/speed-dial-action.md index f9b5ca5ed4254b..31e1902a2b8e91 100644 --- a/docs/pages/api/speed-dial-action.md +++ b/docs/pages/api/speed-dial-action.md @@ -26,7 +26,7 @@ You can learn more about the difference by [reading this guide](/guides/minimizi |:-----|:-----|:--------|:------------| | classes | object | | Override or extend the styles applied to the component. See [CSS API](#css) below for more details. | | delay | number | 0 | Adds a transition delay, to allow a series of SpeedDialActions to be animated. | -| FabProps | object | | Props applied to the [`Fab`](/api/fab/) component. | +| FabProps | object | {} | Props applied to the [`Fab`](/api/fab/) component. | | icon | node | | The Icon to display in the SpeedDial Fab. | | TooltipClasses | object | | Classes applied to the [`Tooltip`](/api/tooltip/) element. | | tooltipOpen | bool | false | Make the tooltip always visible when the SpeedDial is open. |