UNPKG

@finsweet/ts-utils

Version:

Typescript utils for custom Webflow projects.

7 lines (6 loc) 260 B
/** * Remove all child elements from a parent element * @param element Parent element * @param selector Optional: only remove the elements that match this selector */ export declare const removeChildElements: (element: Element, selector?: string) => void;