import { StaticTableFeature } from "@adapttable/react/adapter"; //#region src/cell-navigation.d.ts /** * Keyboard grid plus the fill handle, drawn with MUI's own control. * * @public */ declare function cellNavigation(): StaticTableFeature; //#endregion export { cellNavigation }; //# sourceMappingURL=cell-navigation.d.ts.map