Skip to content

Commit

Permalink
fix(Row): Fix props type errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Apr 8, 2020
1 parent 6366444 commit c58b45b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/grid/Row.tsx
Expand Up @@ -5,8 +5,6 @@ import './style/row.less';

export interface RowProps extends IProps {
fixed?: boolean;
span?: number;
grow?: number;
gutter: number;
justify?: 'flex-start' | 'flex-end' | 'center' | 'space-between' | 'space-around' | 'space-evenly';
align?: 'top' | 'middle' | 'bottom' | 'baseline';
Expand Down

0 comments on commit c58b45b

Please sign in to comment.