UNPKG

@lynx-js/web-core

Version:

This is an internal experimental package, do not use

4 lines (3 loc) 411 B
import type { ElementPAPIs } from '../../../types/index.js'; import type { WASMJSBinding } from './WASMJSBinding.js'; export declare function createElementAPI(rootDom: ShadowRoot, mtsBinding: WASMJSBinding, config_enable_css_selector: boolean, config_default_display_linear: boolean, config_default_overflow_visible: boolean, transform_vw: boolean, transform_vh: boolean, transform_rem: boolean): ElementPAPIs;