Make ColorValue public in StyleSheet.js

Summary:
This diff makes the ColorValue export "official" by exporting it from StyleSheet in order to encourage its use in product code.

Changelog: Moved ColorValue export from StyleSheetTypes to StyleSheet

Reviewed By: TheSavior

Differential Revision: D21076969

fbshipit-source-id: 972ef5a1b13bd9f6b7691a279a73168e7ce9d9ab
This commit is contained in:
Zack Argyle
2020-04-17 13:03:47 -07:00
committed by Facebook GitHub Bot
parent 894f6b3e74
commit 0a67133124
49 changed files with 75 additions and 71 deletions
@@ -11,7 +11,7 @@
'use strict';
import type {ViewProps} from 'react-native/Libraries/Components/View/ViewPropTypes';
import type {ColorValue} from 'react-native/Libraries/StyleSheet/StyleSheetTypes';
import type {ColorValue} from 'react-native/Libraries/StyleSheet/StyleSheet';
import type {
WithDefault,
DirectEventHandler,