Outlook_Addin_LLM/node_modules/tabster/dist/dts/DOMAPI.d.ts

8 lines
245 B
TypeScript
Raw Normal View History

/*!
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License.
*/
import { DOMAPI } from "./Types";
export declare const dom: DOMAPI;
export declare function setDOMAPI(domapi: Partial<DOMAPI>): void;