@loadsmart/miranda-react
Advanced tools
Comparing version 1.13.0 to 1.13.1
import type { HTMLAttributes } from 'react'; | ||
import type { Text as WCText, TextProps as WCTextProps } from '@loadsmart/miranda-wc'; | ||
export type TextProps = React.HTMLAttributes<HTMLSpanElement> & WCTextProps; | ||
export type TextProps = React.HTMLAttributes<HTMLElement> & WCTextProps; | ||
declare global { | ||
@@ -5,0 +5,0 @@ namespace JSX { |
{ | ||
"name": "@loadsmart/miranda-react", | ||
"version": "1.13.0", | ||
"version": "1.13.1", | ||
"description": "React component library based on Miranda Web Components", | ||
@@ -5,0 +5,0 @@ "main": "dist", |
71071
58
618