bc518174
王天杨
提交两个项目文件
|
1
2
3
4
5
6
7
8
9
10
|
import type { HTML5BackendContext, HTML5BackendOptions } from './types.js';
export declare class OptionsReader {
ownerDocument: Document | null;
private globalContext;
private optionsArgs;
constructor(globalContext: HTML5BackendContext, options?: HTML5BackendOptions);
get window(): Window | undefined;
get document(): Document | undefined;
get rootElement(): Node | undefined;
}
|