9 | {props.message} 10 |
11 | ) 12 | } 13 | 14 | export default function LogBoard(props: { 15 | messages: string[], 16 | direction: 'upper' | 'bottom' 17 | }) { 18 | return ( 19 | = (props: P) => ?React$Element
50 | ): ConnectedComponentClass , op: Fn1
57 | extends React$Component<
58 | void,
59 | { store: Store, children?: any },
60 | void
61 | > {}
62 |
63 | declare type ConnectOptions = {
64 | pure?: boolean,
65 | withRef?: boolean
66 | }
67 |
68 | declare type Null = null | void
69 |
70 | declare function connect(
71 | ...rest: Array(
82 | mapStateToProps: MapStateToProps,
83 | mapDispatchToProps: Null,
84 | mergeProps: Null,
85 | options?: ConnectOptions
86 | ): Connector(
96 | mapStateToProps: MapStateToProps,
97 | mapDispatchToProps: MapDispatchToProps,
98 | mergeProps: Null,
99 | options?: ConnectOptions
100 | ): Connector(
103 | mapStateToProps: MapStateToProps,
104 | mapDispatchToProps: MapDispatchToProps,
105 | mergeProps: MergeProps