Deploy v0.21.0

Reviewed By: jeffmo

Differential Revision: D2888689

fb-gh-sync-id: fe94e50c7872b9a1344a054acccab365d385f6ed
This commit is contained in:
glevi@fb.com
2016-02-01 17:13:08 -08:00
committed by facebook-github-bot-9
parent 700b848826
commit 5ec1d354c2
4 changed files with 8 additions and 9 deletions

View File

@@ -18,7 +18,6 @@
export type Example = {
title: string,
/* $FlowFixMe(>=0.16.0) */
render: () => ?ReactElement<any, any, any>,
description?: string,
platform?: string;