8 lines
245 B
TypeScript
8 lines
245 B
TypeScript
|
/*!
|
||
|
* 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;
|