Skip to content

Commit c5321af

Browse files
committed
fixup! fixup! fixup! fixup! fixup! fixup! Refactor(web-react): step further
1 parent 30bb564 commit c5321af

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

packages/web-react/src/types/button.ts

+1-10
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,7 @@ export type ButtonColor<C> = ActionButtonColorsDictionaryType | EmotionColorsDic
1414
export type ButtonSize<S> = SizesDictionaryType | S;
1515
export type ButtonType = 'button' | 'submit' | 'reset';
1616

17-
interface SpiritComponentProps {
18-
spiritComponent: string;
19-
}
20-
21-
export interface ButtonBaseProps<C = void, S = void>
22-
extends ChildrenProps,
23-
StyleProps,
24-
AriaLabelingProps,
25-
ClickEvents,
26-
SpiritComponentProps {
17+
export interface ButtonBaseProps<C = void, S = void> extends ChildrenProps, StyleProps, AriaLabelingProps, ClickEvents {
2718
/** The color of the button. */
2819
color?: ButtonColor<C>;
2920
/** Whether the button is disabled. */

0 commit comments

Comments
 (0)