@texturehq/edges 1.5.1 → 1.5.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -582,7 +582,7 @@ type HeadingHeight = keyof typeof heightVariants;
582
582
  * Typography component for page/section headings with size and height options.
583
583
  */
584
584
  interface HeadingProps {
585
- tag?: keyof JSX.IntrinsicElements;
585
+ tag?: React__default.ElementType;
586
586
  size?: HeadingSize;
587
587
  height?: HeadingHeight;
588
588
  className?: string;
@@ -582,7 +582,7 @@ type HeadingHeight = keyof typeof heightVariants;
582
582
  * Typography component for page/section headings with size and height options.
583
583
  */
584
584
  interface HeadingProps {
585
- tag?: keyof JSX.IntrinsicElements;
585
+ tag?: React__default.ElementType;
586
586
  size?: HeadingSize;
587
587
  height?: HeadingHeight;
588
588
  className?: string;