import { StaticTableFeature } from "@adapttable/react/adapter"; import { BulkAction } from "@adapttable/react/features"; //#region src/bulk-actions.d.ts /** * Actions that run against the selected rows, drawn with MUI's own bar. * * Concatenate onto the core live render — replacing `renders` would drop * `SELECTION_LIVE`. * * @public */ declare function bulkActions(actions: readonly BulkAction[]): StaticTableFeature; //#endregion export { bulkActions }; //# sourceMappingURL=bulk-actions.d.cts.map