Button d.ts default value changed

This commit is contained in:
Bahadır Sofuoğlu 2023-03-08 11:27:20 +03:00
parent ddfa3fee51
commit d1fd9f0816

View file

@ -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;
/**