Skip to content

Commit

Permalink
update buttonbase to use new box and TS
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettbear committed Jul 17, 2023
1 parent fafc39c commit 6ce0309
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export enum ButtonBaseSize {
export interface ButtonBaseStyleUtilityProps extends StyleUtilityProps {
/**
* The polymorphic `as` prop allows you to change the root HTML element of the Button component between `button` and `a` tag
*
*/
as?: 'button' | 'a';
/**
Expand Down

0 comments on commit 6ce0309

Please sign in to comment.