Fixed #1495 - Change button/maskClassName properties with button/maskClass properties on SpeedDial

This commit is contained in:
mertsincan 2021-09-01 10:43:29 +03:00
parent a6f05052db
commit 2b3e461811
4 changed files with 14 additions and 14 deletions

View file

@ -54,13 +54,13 @@ const SpeedDialProps = [
description: "Whether the actions close when clicked outside."
},
{
name: "buttonClassName",
name: "buttonClass",
type: "string",
default: "null",
description: "Style class of the button element."
},
{
name: "maskClassName",
name: "maskClass",
type: "string",
default: "null",
description: "Style class of the mask element."