UNPKG

409 BJavaScriptView Raw
1import { SPFI } from "../fi.js";
2import { NavigationService } from "./types.js";
3import "./web.js";
4export { Navigation, NavigationNode, NavigationNodes, NavigationService, } from "./types.js";
5Reflect.defineProperty(SPFI.prototype, "navigation", {
6 configurable: true,
7 enumerable: true,
8 get: function () {
9 return this.create(NavigationService);
10 },
11});
12//# sourceMappingURL=index.js.map
\No newline at end of file