mirror of
https://github.com/eigent-ai/eigent.git
synced 2026-04-29 12:10:24 +00:00
3 lines
100 B
TypeScript
3 lines
100 B
TypeScript
declare function hasClickableParent(element: HTMLElement): boolean;
|
|
|
|
export { hasClickableParent };
|