Skip to content

Commit

Permalink
[TableCell] Add align prop typing to typescript definition
Browse files Browse the repository at this point in the history
  • Loading branch information
rfbotto committed Dec 31, 2018
1 parent 1827dbc commit ab6e835
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/material-ui/src/TableCell/TableCell.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import { StandardProps } from '..';
* here.
*/
export interface TableCellProps extends StandardProps<TableCellBaseProps, TableCellClassKey> {
align?: 'inherit' | 'left' | 'center' | 'right' | 'justify';
component?: React.ReactType<TableCellBaseProps>;
numeric?: boolean;
padding?: Padding;
Expand Down

0 comments on commit ab6e835

Please sign in to comment.