Merge pull request #27889 from paulsowden/patch-1

Add missing modifier property to Ripple in react-onsenui
This commit is contained in:
Benjamin Lichtman
2018-08-16 19:59:29 -07:00
committed by GitHub

View File

@@ -281,6 +281,7 @@ export class Ripple extends Component<{
color?: string,
background?: string,
disabled?: boolean,
modifier?: string,
}, any> {}
/*** Forms ***/