mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-06 06:19:58 +08:00
updated comment according to react-virtualized documentation
This commit is contained in:
2
types/react-virtualized/dist/es/Table.d.ts
vendored
2
types/react-virtualized/dist/es/Table.d.ts
vendored
@@ -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<ColumnProps> {
|
||||
|
||||
Reference in New Issue
Block a user