@shoplflow/base 0.32.33 → 0.32.34
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.cts +0 -6
- package/dist/index.d.ts +0 -6
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -1170,13 +1170,7 @@ declare const SelectInputButton: ({ disabled, isSelected, onMouseEnter, onMouseL
|
|
|
1170
1170
|
interface MinusBoxProps extends MinusBoxOptionProps, Omit<ButtonHTMLAttributes<HTMLButtonElement>, 'onClick' | 'color'> {
|
|
1171
1171
|
}
|
|
1172
1172
|
interface MinusBoxOptionProps {
|
|
1173
|
-
/**
|
|
1174
|
-
* 요소 클릭시 실행되는 함수
|
|
1175
|
-
*/
|
|
1176
1173
|
onClick?: (event: MouseEvent<HTMLButtonElement>) => void;
|
|
1177
|
-
/**
|
|
1178
|
-
* 요소의 배경색
|
|
1179
|
-
*/
|
|
1180
1174
|
color?: ColorTokens;
|
|
1181
1175
|
}
|
|
1182
1176
|
|
package/dist/index.d.ts
CHANGED
|
@@ -1170,13 +1170,7 @@ declare const SelectInputButton: ({ disabled, isSelected, onMouseEnter, onMouseL
|
|
|
1170
1170
|
interface MinusBoxProps extends MinusBoxOptionProps, Omit<ButtonHTMLAttributes<HTMLButtonElement>, 'onClick' | 'color'> {
|
|
1171
1171
|
}
|
|
1172
1172
|
interface MinusBoxOptionProps {
|
|
1173
|
-
/**
|
|
1174
|
-
* 요소 클릭시 실행되는 함수
|
|
1175
|
-
*/
|
|
1176
1173
|
onClick?: (event: MouseEvent<HTMLButtonElement>) => void;
|
|
1177
|
-
/**
|
|
1178
|
-
* 요소의 배경색
|
|
1179
|
-
*/
|
|
1180
1174
|
color?: ColorTokens;
|
|
1181
1175
|
}
|
|
1182
1176
|
|