UIExplorer flowification

This commit is contained in:
Basil Hosmer
2015-03-23 00:46:11 -07:00
parent 05409868b6
commit 45a7b5cdcb
14 changed files with 45 additions and 28 deletions

View File

@@ -1,5 +1,6 @@
/**
* Copyright 2004-present Facebook. All Rights Reserved.
* @flow
*/
'use strict';
@@ -98,6 +99,6 @@ exports.description = 'Asynchronous local disk storage.';
exports.examples = [
{
title: 'Basics - getItem, setItem, removeItem',
render() { return <BasicStorageExample />; }
render(): ReactElement { return <BasicStorageExample />; }
},
];