UNPKG

404 BTypeScriptView Raw
1import { INavigation } from "./types.js";
2declare module "../webs/types" {
3 interface _Web {
4 navigation: INavigation;
5 }
6 interface IWeb {
7 /**
8 * Gets a navigation object that represents navigation on the Web site,
9 * including the Quick Launch area and the top navigation bar
10 */
11 navigation: INavigation;
12 }
13}
14//# sourceMappingURL=web.d.ts.map
\No newline at end of file