[add] Text support for textDecoration{Color,Style}

This commit is contained in:
Nicolas Gallagher
2018-05-23 13:26:15 -07:00
parent bfaca0557b
commit f62ed22a14
3 changed files with 84 additions and 11 deletions

View File

@@ -220,10 +220,18 @@ const stylePropTypes = [
name: 'textAlignVertical',
typeInfo: 'string'
},
{
name: 'textDecorationColor',
typeInfo: 'color'
},
{
name: 'textDecorationLine',
typeInfo: 'string'
},
{
name: 'textDecorationStyle',
typeInfo: 'string'
},
{
label: 'web',
name: 'textIndent',