import { StaticTableFeature } from "@adapttable/react/adapter"; //#region src/fullscreen.d.ts /** * Take the table fullscreen, with MUI's own toolbar toggle. * * @public */ declare function fullscreen(): StaticTableFeature; //#endregion export { fullscreen }; //# sourceMappingURL=fullscreen.d.cts.map