fixed-data-table: Added missing 'extends React.Props' to ColumnGroupProps (#9092)

This commit is contained in:
Steve
2016-04-26 01:02:56 +09:00
committed by Masahiro Wakame
parent 735fe1063e
commit 91d28b86d7
+1 -1
View File
@@ -398,7 +398,7 @@ declare namespace FixedDataTable {
/**
* Component that defines the attributes of a table column group.
*/
export interface ColumnGroupProps {
export interface ColumnGroupProps extends __React.Props<ColumnGroup> {
/**
* The horizontal alignment of the table cell content.
* 'left', 'center', 'right'