UNPKG

@cds/core

Version:

Clarity Design System - common components, themes, and utilties

4 lines (3 loc) 239 B
export declare function getFlattenedFocusableItems(element: Node, depth?: number): HTMLElement[]; export declare function getFlattenedDOMTree(node: Node, depth?: number): HTMLElement[]; export declare function getChildren(node: any): any;