Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! fixup! Refactor(web-react): step f…
Browse files Browse the repository at this point in the history
…urther
  • Loading branch information
pavelklibani committed Jan 15, 2025
1 parent 30bb564 commit c5321af
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions packages/web-react/src/types/button.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,7 @@ export type ButtonColor<C> = ActionButtonColorsDictionaryType | EmotionColorsDic
export type ButtonSize<S> = SizesDictionaryType | S;
export type ButtonType = 'button' | 'submit' | 'reset';

interface SpiritComponentProps {
spiritComponent: string;
}

export interface ButtonBaseProps<C = void, S = void>
extends ChildrenProps,
StyleProps,
AriaLabelingProps,
ClickEvents,
SpiritComponentProps {
export interface ButtonBaseProps<C = void, S = void> extends ChildrenProps, StyleProps, AriaLabelingProps, ClickEvents {
/** The color of the button. */
color?: ButtonColor<C>;
/** Whether the button is disabled. */
Expand Down

0 comments on commit c5321af

Please sign in to comment.