From c49fc19014632a4b361c4aad60064629b7b861a2 Mon Sep 17 00:00:00 2001 From: wing Date: Mon, 19 Nov 2018 09:51:22 +0000 Subject: [PATCH] Add missing colon --- index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.d.ts b/index.d.ts index f22f5dcb..8a6bc462 100644 --- a/index.d.ts +++ b/index.d.ts @@ -319,7 +319,7 @@ export interface TextSpecificProps extends CommonPathProps, FontProps { export interface TextProps extends TextSpecificProps { dx?: NumberProp, dy?: NumberProp, - opacity? NumberProp, + opacity?: NumberProp, } export const Text: React.ComponentClass;