Propagate prop type flow through StyleContext.createContainer

Reviewed By: blairvanderhoof

Differential Revision: D4394074

fbshipit-source-id: f9c7f71ba921d345e3313a3a2be16a7f85a2e0af
This commit is contained in:
Spencer Ahrens 2017-01-13 19:26:42 -08:00 committed by Facebook Github Bot
parent bc432ae324
commit c7e3819cf4

View File

@ -12,5 +12,5 @@
'use strict';
export type ImageSource = {
uri: string,
uri?: string,
} | number;