UNPKG

@finsweet/ts-utils

Version:

Typescript utils for custom Webflow projects.

6 lines (5 loc) 187 B
/** * Finds the first child text node of an element * @param element The element to search into. */ export declare const findTextNode: (element: HTMLElement) => ChildNode | undefined;