From dc9936dd0e7a3765398fb79a0b6d3ab26e584f7c Mon Sep 17 00:00:00 2001 From: Paul Sowden Date: Sun, 5 Aug 2018 18:01:36 -0700 Subject: [PATCH] Add missing modifier property to Ripple See https://github.com/OnsenUI/OnsenUI/pull/2506 for identical change to upstream API. --- types/react-onsenui/index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/types/react-onsenui/index.d.ts b/types/react-onsenui/index.d.ts index 91055d25b4..4f1ef5ef44 100644 --- a/types/react-onsenui/index.d.ts +++ b/types/react-onsenui/index.d.ts @@ -281,6 +281,7 @@ export class Ripple extends Component<{ color?: string, background?: string, disabled?: boolean, + modifier?: string, }, any> {} /*** Forms ***/