@rmwc/line-ripple
Advanced tools
Comparing version 6.0.4 to 6.0.5
@@ -8,10 +8,4 @@ import * as RMWC from '@rmwc/types'; | ||
export declare const LineRipple: { | ||
<Tag extends React.ElementType<any> = "div">(props: (LineRippleProps & { | ||
tag?: Tag | undefined; | ||
theme?: RMWC.ThemePropT; | ||
} & React.HTMLProps<HTMLDivElement>) | (LineRippleProps & { | ||
tag?: Tag | undefined; | ||
theme?: RMWC.ThemePropT; | ||
} & React.ComponentPropsWithRef<Tag>), ref: any): JSX.Element; | ||
<Tag extends React.ElementType<any> = "div">(props: RMWC.ComponentProps<LineRippleProps, React.HTMLProps<HTMLElement>, Tag>, ref: any): JSX.Element; | ||
displayName: string; | ||
}; |
@@ -8,10 +8,4 @@ import * as RMWC from '@rmwc/types'; | ||
export declare const LineRipple: { | ||
<Tag extends React.ElementType<any> = "div">(props: (LineRippleProps & { | ||
tag?: Tag | undefined; | ||
theme?: RMWC.ThemePropT; | ||
} & React.HTMLProps<HTMLDivElement>) | (LineRippleProps & { | ||
tag?: Tag | undefined; | ||
theme?: RMWC.ThemePropT; | ||
} & React.ComponentPropsWithRef<Tag>), ref: any): JSX.Element; | ||
<Tag extends React.ElementType<any> = "div">(props: RMWC.ComponentProps<LineRippleProps, React.HTMLProps<HTMLElement>, Tag>, ref: any): JSX.Element; | ||
displayName: string; | ||
}; |
{ | ||
"name": "@rmwc/line-ripple", | ||
"version": "6.0.4", | ||
"version": "6.0.5", | ||
"description": "RMWC LineRipple component", | ||
@@ -40,6 +40,6 @@ "main": "dist/index.js", | ||
"@material/line-ripple": "^5.1.0", | ||
"@rmwc/base": "^6.0.4", | ||
"@rmwc/types": "^6.0.4" | ||
"@rmwc/base": "^6.0.5", | ||
"@rmwc/types": "^6.0.5" | ||
}, | ||
"gitHead": "aedc8c18d87649935f68a4d7a3d20c3f2d4ef15a" | ||
"gitHead": "605dfa7da942939d55fe99419eb614cb8de68c4c" | ||
} |
9088
144
Updated@rmwc/base@^6.0.5
Updated@rmwc/types@^6.0.5