Skip to content

Commit

Permalink
sync typings with mui#12415
Browse files Browse the repository at this point in the history
  • Loading branch information
franklixuefei committed Aug 13, 2018
1 parent b51ccf3 commit 53dcbb2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/material-ui/src/Table/Table.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,13 @@ import { StandardProps } from '..';

export interface TableProps extends StandardProps<TableBaseProps, TableClassKey> {
component?: React.ReactType<TableBaseProps>;
padding?: Padding;
}

export type TableBaseProps = React.TableHTMLAttributes<HTMLTableElement>;

export type Padding = 'default' | 'checkbox' | 'dense' | 'none';

export type TableClassKey = 'root';

declare const Table: React.ComponentType<TableProps>;
Expand Down

0 comments on commit 53dcbb2

Please sign in to comment.