@rmwc/notched-outline
Advanced tools
Comparing version 6.0.3 to 6.0.4
@@ -10,3 +10,3 @@ import * as RMWC from '@rmwc/types'; | ||
export declare const NotchedOutline: { | ||
<Tag extends React.ElementType<any>>(props: (NotchedOutlineProps & { | ||
<Tag extends React.ElementType<any> = "div">(props: (NotchedOutlineProps & { | ||
tag?: Tag | undefined; | ||
@@ -13,0 +13,0 @@ theme?: RMWC.ThemePropT; |
@@ -10,3 +10,3 @@ import * as RMWC from '@rmwc/types'; | ||
export declare const NotchedOutline: { | ||
<Tag extends React.ElementType<any>>(props: (NotchedOutlineProps & { | ||
<Tag extends React.ElementType<any> = "div">(props: (NotchedOutlineProps & { | ||
tag?: Tag | undefined; | ||
@@ -13,0 +13,0 @@ theme?: RMWC.ThemePropT; |
{ | ||
"name": "@rmwc/notched-outline", | ||
"version": "6.0.3", | ||
"version": "6.0.4", | ||
"description": "RMWC NotchedOutline component", | ||
@@ -40,6 +40,6 @@ "main": "dist/index.js", | ||
"@material/notched-outline": "^5.1.0", | ||
"@rmwc/base": "^6.0.3", | ||
"@rmwc/types": "^6.0.1" | ||
"@rmwc/base": "^6.0.4", | ||
"@rmwc/types": "^6.0.4" | ||
}, | ||
"gitHead": "127a7729cfd16dc518ad32070d64331bbd28592e" | ||
"gitHead": "aedc8c18d87649935f68a4d7a3d20c3f2d4ef15a" | ||
} |
12554
Updated@rmwc/base@^6.0.4
Updated@rmwc/types@^6.0.4