import { StaticTableFeature } from "@adapttable/react/adapter"; //#region src/column-menu.d.ts /** * The Columns menu, drawn with MUI's own button and popover. * * Concatenate onto the core live render — replacing `renders` would drop * `COLUMN_LAYOUT_LIVE`. * * @public */ declare function columnMenu(): StaticTableFeature; //#endregion export { columnMenu }; //# sourceMappingURL=column-menu.d.ts.map