import { StaticTableFeature } from "@adapttable/react/adapter"; import { SidePanelOptions } from "@adapttable/react/features"; //#region src/side-panel.d.ts /** * A panel docked beside the table, drawn with MUI's own surface and tabs. * * @public */ declare function sidePanel(options: SidePanelOptions): StaticTableFeature; //#endregion export { sidePanel }; //# sourceMappingURL=side-panel.d.cts.map