We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8eefa6f commit 11ffdc5Copy full SHA for 11ffdc5
1 file changed
src/lib/Model/PublicModel.ts
@@ -626,7 +626,7 @@ export interface Row<TCell extends Cell = DefaultCellTypes> {
626
export interface MenuOption {
627
/** Text that identifies each menu option */
628
id: string;
629
- /** Text label displayed as its title */
+ /** Label displayed as its title */
630
label: React.ReactNode;
631
/**
632
* Function that is called when an option is clicked
0 commit comments