mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 21:10:23 +00:00
fixed-data-table: Added missing 'extends React.Props' to ColumnGroupProps (#9092)
This commit is contained in:
+1
-1
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user