Skip to content

Commit

Permalink
fixup! BREAKING-CHANGE(web-react): Remove default elementType value f…
Browse files Browse the repository at this point in the history
…or Heading component
  • Loading branch information
pavelklibani committed Oct 10, 2024
1 parent fbb95dc commit d5bdc74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web-react/src/types/heading.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import {

export interface HeadingElementTypeProps<T extends ElementType> {
/**
* The HTML element or React element used to render the Heading, e.g. 'div'.
* The HTML element or React element used to render the Heading, e.g. 'h2'.
*/
elementType: T | JSXElementConstructor<unknown>;
}
Expand Down

0 comments on commit d5bdc74

Please sign in to comment.