UNPKG

@finsweet/ts-utils

Version:

Typescript utils for custom Webflow projects.

6 lines (5 loc) 189 B
/** * Returns a list of all parents of an element, excepting the `<body>` and `<html>` tags. * @param element */ export declare const getAllParents: (element: Element) => HTMLElement[];