mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
5 lines
181 B
TypeScript
5 lines
181 B
TypeScript
//#region src/dom/tree.d.ts
|
|
declare function containsComposed(root: Element, element: Element): boolean;
|
|
//#endregion
|
|
export { containsComposed };
|
|
//# sourceMappingURL=tree.d.ts.map
|