UNPKG

@mintlify/common

Version:

Commonly shared code within Mintlify

4 lines (3 loc) 194 B
import type { Root } from 'hast'; export declare const MINTLIFY_TAILWIND_PREFIX = "mint-"; export declare const rehypeDynamicTailwindCss: (tailwindSelectors?: string[]) => (tree: Root) => void;