Skip to content

Commit 1c5e418

Browse files
committed
add note for internal use
1 parent 02b950e commit 1c5e418

File tree

1 file changed

+1
-1
lines changed
  • packages/react-table/src/components/Table

1 file changed

+1
-1
lines changed

packages/react-table/src/components/Table/Th.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export interface ThProps
6565
* content, such as a "select all" checkbox or "expand all" toggle.
6666
*/
6767
'aria-label'?: string;
68-
/** @hide Additional content to render in the column header, appended to the end of the header content. */
68+
/** @hide Internal use only. Additional content to render in the column header, appended to the end of the header content. */
6969
additionalContent?: React.ReactNode;
7070
}
7171

0 commit comments

Comments
 (0)