UNPKG

@mintlify/scraping

Version:

Scrape documentation frameworks to Mintlify docs

6 lines (5 loc) 483 B
import type { Element } from 'hast'; import type { HastNode, HastNodeIndex, HastNodeParent } from '../types/hast.js'; export declare function gitBookScrapeCallout(node: HastNode, _: HastNodeIndex, __: HastNodeParent): Element | undefined; export declare function readmeScrapeCallout(node: HastNode, _: HastNodeIndex, __: HastNodeParent): Element | undefined; export declare function docusaurusScrapeCallout(node: HastNode, _: HastNodeIndex, __: HastNodeParent): Element | undefined;