From b7172b90c4eb0bb3d3064c679b7d8afaed2e4147 Mon Sep 17 00:00:00 2001 From: Mark Perkins Date: Wed, 1 Nov 2017 10:59:39 -0600 Subject: [PATCH] updated comment according to react-virtualized documentation --- types/react-virtualized/dist/es/Table.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/react-virtualized/dist/es/Table.d.ts b/types/react-virtualized/dist/es/Table.d.ts index 9b9e7d3d95..e8cafc5dc9 100644 --- a/types/react-virtualized/dist/es/Table.d.ts +++ b/types/react-virtualized/dist/es/Table.d.ts @@ -96,7 +96,7 @@ export type ColumnProps = { style?: React.CSSProperties; /** Flex basis (width) for this column; This value can grow or shrink based on :flexGrow and :flexShrink properties. */ width: number; - /** Optional id for column header */ + /** Optional id to set on the column header; used for aria-describedby */ id?: string; } export class Column extends Component {