UNPKG

@adaptabletools/adaptable

Version:

Powerful AG Grid extension which provides advanced, cutting-edge functionality to meet all DataGrid requirements

5 lines (4 loc) 330 B
import { AdaptableMenuItem } from '../../../../../types'; import { SettingsPanelNavigationEntry } from './settingsPanelNavigationTypes'; export declare const useMenuItems: () => SettingsPanelNavigationEntry[]; export declare const getSettingsPanelNavigationItems: (entries: SettingsPanelNavigationEntry[]) => AdaptableMenuItem[];