UNPKG

@mintlify/common

Version:

Commonly shared code within Mintlify

9 lines (8 loc) 323 B
export function createMdxJsxAttribute(key: any, value: any): { type: string; name: any; value: any; }; export function toMdxJsxFlowElement(input: any): import("mdast").RootContent | undefined; export function getUnicodeId(title: any): string; export function getTOCTitle(node: any, i?: number, a?: any[]): any;