mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-02-07 22:42:13 +08:00
[Flow] v0.11.0 cleaning - Part 14 (react-native-github)
This commit is contained in:
committed by
Christopher Chedeau
parent
4a137aa840
commit
184bb1151a
@@ -181,7 +181,13 @@ var BoxOnlyExample = React.createClass({
|
||||
}
|
||||
});
|
||||
|
||||
var exampleClasses = [
|
||||
type ExampleClass = {
|
||||
Component: ReactClass<any, any, any>,
|
||||
title: string,
|
||||
description: string,
|
||||
};
|
||||
|
||||
var exampleClasses: Array<ExampleClass> = [
|
||||
{
|
||||
Component: NoneExample,
|
||||
title: '`none`',
|
||||
|
||||
Reference in New Issue
Block a user