UNPKG

@mintlify/scraping

Version:

Scrape documentation frameworks to Mintlify docs

3 lines (2 loc) 130 B
import type { Element } from 'hast'; export declare function findFirstChild(node: Element, tagName: string): Element | undefined;