import { StaticTableFeature } from "@adapttable/react/adapter"; import { UseSavedViewsOptions } from "@adapttable/react/features"; //#region src/saved-views.d.ts /** * Named snapshots of the table's URL state, drawn with MUI's own menu. * * The menu calls `useSavedViews`; a table that never imports this entry * never carries that hook. * * @public */ declare function savedViews(options: UseSavedViewsOptions): StaticTableFeature; //#endregion export { savedViews }; //# sourceMappingURL=saved-views.d.ts.map