Skip to content

Commit

Permalink
chore: WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
Yakutoc committed Oct 4, 2023
1 parent fcd1a31 commit ccce17b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/plasma-b2c/src/components/Button/Button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export const ButtonBase = ButtonHope({ design: 'b2c' });

/**
* Кнопка.
* RODO
* Поддерживает несколько режимов отображения (`view`) и размеров (`size`).
*/
export const Button = forwardRef<HTMLButtonElement, ButtonProps>((props, ref) => <ButtonBase {...props} ref={ref} />);

0 comments on commit ccce17b

Please sign in to comment.