UNPKG

@lynx-js/web-core

Version:

This is an internal experimental package, do not use

4 lines (3 loc) 399 B
import { ErrorCode, IdentifierType } from '../../../constants.js'; import type { LynxViewInstance } from '../LynxViewInstance.js'; export declare function queryNodes(lynxViewInstance: LynxViewInstance, type: IdentifierType, identifier: string, component_id: string, first_only: boolean, root_unique_id: number | undefined, callback: (dom: Element) => void, error?: (code: ErrorCode) => void): void;