UNPKG

@fancyapps/ui

Version:

Robust JavaScript UI Component Library

5 lines (4 loc) 158 B
/** * Retrieve the direct child elements of a given parent */ export declare const getDirectChildren: (parent: HTMLElement, sel?: string) => HTMLElement[];