SpeedDial button prop update
parent
040ea8b9fd
commit
2a1f76efcf
|
@ -66,7 +66,7 @@ export default {
|
||||||
actionButtonProps: {
|
actionButtonProps: {
|
||||||
type: Object,
|
type: Object,
|
||||||
default() {
|
default() {
|
||||||
return { severity: 'secondary', text: true, rounded: true, size: 'small' };
|
return { severity: 'secondary', rounded: true, size: 'small' };
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
ariaLabelledby: {
|
ariaLabelledby: {
|
||||||
|
|
|
@ -276,7 +276,7 @@ export interface SpeedDialProps {
|
||||||
/**
|
/**
|
||||||
* Used to pass all properties of the ButtonProps to the item component.
|
* Used to pass all properties of the ButtonProps to the item component.
|
||||||
* @type {ButtonProps}
|
* @type {ButtonProps}
|
||||||
* @defaultValue { severity: 'secondary', text: true, rounded: true, size: 'small' }
|
* @defaultValue { severity: 'secondary', rounded: true, size: 'small' }
|
||||||
*/
|
*/
|
||||||
actionButtonProps?: object | undefined;
|
actionButtonProps?: object | undefined;
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue