Refactor #3885 - For SpeedDial

This commit is contained in:
Tuğçe Küçükoğlu 2023-04-24 15:44:53 +03:00
parent 9bd5a07b1d
commit 5ee054a86a
3 changed files with 108 additions and 7 deletions

View file

@ -106,6 +106,12 @@ const SpeedDialProps = [
type: 'object',
default: 'null',
description: "Whether to display the tooltip on items. The modifiers of tooltip can be used like an object in it. Valid keys are 'event' and 'position'."
},
{
name: 'pt',
type: 'any',
default: 'null',
description: 'Uses to pass attributes to DOM elements inside the component.'
}
];