Flow for all the files
This commit is contained in:
@ -3,9 +3,9 @@ import React from 'react';
|
||||
import styles from './CenteredContent.scss';
|
||||
|
||||
type Props = {
|
||||
children: any,
|
||||
style: Object,
|
||||
maxWidth: string,
|
||||
children?: React.Element<any>,
|
||||
style?: Object,
|
||||
maxWidth?: string,
|
||||
};
|
||||
|
||||
const CenteredContent = (props: Props) => {
|
||||
|
Reference in New Issue
Block a user