Button d.ts default value changed

pull/3711/head
Bahadır Sofuoğlu 2023-03-08 11:27:20 +03:00
parent ddfa3fee51
commit d1fd9f0816
1 changed files with 1 additions and 1 deletions

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