UNPKG

@mintlify/scraping

Version:

Scrape documentation frameworks to Mintlify docs

9 lines (8 loc) 261 B
import { Colors } from '@mintlify/models'; import type { Root as HastRoot } from 'hast'; export declare const defaultColors: { primary: string; light: string; dark: string; }; export declare function downloadColors(hast: HastRoot): Promise<Colors>;