export type { MenuItemDef } from '@ag-grid-community/core';
export type DefaultMenuItem =
	| 'pinSubMenu'
	| 'pinLeft'
	| 'pinRight'
	| 'clearPinned'
	| 'valueAggSubMenu'
	| 'autoSizeThis'
	| 'autoSizeAll'
	| 'rowGroup'
	| 'rowUnGroup'
	| 'resetColumns'
	| 'expandAll'
	| 'contractAll'
	| 'copy'
	| 'copyWithHeaders'
	| 'copyWithGroupHeaders'
	| 'cut'
	| 'paste'
	| 'export'
	| 'csvExport'
	| 'excelExport'
	| 'separator'
	| 'pivotChart'
	| 'chartRange'
	| 'columnFilter'
	| 'columnChooser'
	| 'sortAscending'
	| 'sortDescending'
	| 'sortUnSort'
	| 'separator';

export interface ER {
	FormHelper: any;
}
