/** * @license *------------------------------------------------------------------------------------------- * Copyright © 2026 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the package root for more information *------------------------------------------------------------------------------------------- */ import { GridColumnMenuGroupBaseProps } from '../interfaces/GridColumnMenuGroupBaseProps'; import * as React from 'react'; /** * The props of the GridColumnMenuGroup component. */ export interface GridColumnMenuGroupProps extends GridColumnMenuGroupBaseProps { } /** * @example * ```jsx-no-run * const TextColumnMenu = (props) => { * return ( *