Skip to content

Commit

Permalink
Update speeddial.js
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Sep 17, 2021
1 parent c36c0f7 commit 588390a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api-generator/components/speeddial.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,15 +91,15 @@ const SpeedDialProps = [
},
{
name: "className",
type: "object",
type: "string",
default: "null",
description: "Style class of the element."
},
{
name: "styles",
type: "any",
default: "null",
description: "Style class of the element."
description: "Inline style of the element."
}
];

Expand Down

0 comments on commit 588390a

Please sign in to comment.