UNPKG

@mintlify/common

Version:

Commonly shared code within Mintlify

4 lines (3 loc) 224 B
import { DataSchema } from '@mintlify/validation'; import type { Node } from 'unist'; export declare const findParentSchema: (tagName: string, parents: Node[], nodeToSchema: Map<Node, DataSchema>) => DataSchema | undefined;