Eli White
ee26d9bcb0
Make StyleSheet.create type private
...
Summary:
This type is being used in many places where a much simpler type is often better. In a real pinch this type can still be accessed as so:
```
function returnsStyleSheet(
): $Call<typeof StyleSheet.create, *> {
return StyleSheet.create({
root: {
background: 'white',
}
})
}
returnsStyleSheet().foo // foo doesn't exist
returnsStyleSheet().root // okay
```
Reviewed By: yungsters
Differential Revision: D7178524
fbshipit-source-id: 3c0ed03486ca00f1e287261e402fd47807f1fc3d
2018-03-07 12:16:53 -08:00
..
2018-02-16 18:31:53 -08:00
2018-02-22 07:23:17 -08:00
2018-03-03 15:38:26 -08:00
2018-02-22 07:23:17 -08:00
2018-02-16 18:31:53 -08:00
2018-02-16 18:31:53 -08:00
2018-03-06 02:16:12 -08:00
2018-02-16 18:31:53 -08:00
2018-02-16 20:24:57 -08:00
2018-03-06 10:47:02 -08:00
2018-02-19 22:32:36 -08:00
2018-02-16 18:31:53 -08:00
2018-02-16 20:24:57 -08:00
2017-08-09 07:48:09 -07:00
2018-02-22 07:23:17 -08:00
2018-02-16 18:31:53 -08:00
2018-03-06 18:09:52 -08:00
2018-02-16 18:31:53 -08:00
2018-02-16 18:31:53 -08:00
2018-02-16 18:31:53 -08:00
2018-02-22 07:23:17 -08:00
2018-02-16 18:31:53 -08:00
2018-03-05 14:17:07 -08:00
2018-02-22 07:23:17 -08:00
2018-03-01 08:22:05 -08:00
2018-02-27 14:16:20 -08:00
2018-02-19 22:32:36 -08:00
2018-02-22 07:23:17 -08:00
2018-02-16 18:31:53 -08:00
2018-02-22 07:23:17 -08:00
2018-02-16 18:31:53 -08:00
2018-02-16 18:31:53 -08:00
2018-02-23 17:04:40 -08:00
2018-03-01 10:33:21 -08:00
2017-07-31 05:20:03 -07:00
2018-02-16 18:31:53 -08:00
2018-02-16 18:31:53 -08:00
2018-02-22 07:23:17 -08:00
2018-03-07 12:16:53 -08:00
2018-02-16 18:31:53 -08:00
2018-02-16 18:31:53 -08:00
2018-02-27 17:56:48 -08:00
2018-02-25 23:27:00 -08:00
2018-03-06 10:47:02 -08:00
2018-02-16 18:31:53 -08:00
2018-02-22 07:23:17 -08:00
2018-02-23 11:17:27 -08:00
2018-01-08 14:48:55 -08:00
2018-02-27 08:42:14 -08:00
2018-02-16 18:31:53 -08:00
2018-02-16 18:31:53 -08:00
2018-02-16 18:31:53 -08:00