Skip to content

Commit d796e90

Browse files
authored
Update hasMenu prop to be private (#3442)
1 parent c03dc85 commit d796e90

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/@react-aria/table/src/useTableColumnHeader.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ export interface AriaTableColumnHeaderProps {
2828
node: GridNode<unknown>,
2929
/** Whether the [column header](https://www.w3.org/TR/wai-aria-1.1/#columnheader) is contained in a virtual scroller. */
3030
isVirtualized?: boolean,
31-
/** Whether the column has a menu in the header, this changes interactions with the header. */
31+
/** Whether the column has a menu in the header, this changes interactions with the header.
32+
* @private
33+
*/
3234
hasMenu?: boolean
3335
}
3436

0 commit comments

Comments
 (0)