Button d.ts default value changed
parent
ddfa3fee51
commit
d1fd9f0816
|
@ -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…
Reference in New Issue