/** * */ export interface FeatureProps { /** * */ enableGroupingMenu?: boolean; /** * TODO remove this ? */ ftype?: string; /** * */ hideGroupedHeader?: boolean; /** * */ id?: number | string; } export default FeatureProps;