Skip to content

Commit

Permalink
chore: button 타입 style로 네이밍 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
ghdtjgus76 committed Jun 10, 2024
1 parent b5a51ba commit 24f5e9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/wow-ui/src/types/button.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export interface BasicButtonProps {
* wow-ds에서 지정하고 있는 스타일을 제외하고 사용자가 React 스타일 객체를 이용하여 커스텀하게 스타일을 적용할 수 있도록 합니다.
*/

customStyle?: CSSProperties;
style?: CSSProperties;

/**
* 버튼이 클릭되었을때 호출되는 함수입니다.
Expand Down

0 comments on commit 24f5e9e

Please sign in to comment.