mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
Button d.ts default value changed
This commit is contained in:
parent
ddfa3fee51
commit
d1fd9f0816
1 changed files with 1 additions and 1 deletions
2
components/button/Button.d.ts
vendored
2
components/button/Button.d.ts
vendored
|
@ -32,7 +32,7 @@ export interface ButtonProps extends ButtonHTMLAttributes {
|
|||
icon?: string | undefined;
|
||||
/**
|
||||
* Position of the icon.
|
||||
* @defaultValue 'left'
|
||||
* @defaultValue left
|
||||
*/
|
||||
iconPos?: 'left' | 'right' | 'top' | 'bottom' | undefined;
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue