We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f296b7e commit 8eefa6fCopy full SHA for 8eefa6f
1 file changed
src/lib/Model/PublicModel.ts
@@ -627,7 +627,7 @@ export interface MenuOption {
627
/** Text that identifies each menu option */
628
id: string;
629
/** Text label displayed as its title */
630
- label: string;
+ label: React.ReactNode;
631
/**
632
* Function that is called when an option is clicked
633
*
@@ -643,4 +643,4 @@ export interface MenuOption {
643
export interface ReactGridInstance extends React.Component<ReactGridProps, any, any> {
644
/** This method is used to clear the selected item */
645
clearSelections(): void;
646
- }
+}
0 commit comments