UNPKG

mdxlayer

Version:

Transform your MDX content into typed, JSON-powered data with flexible schema validation.

3 lines (2 loc) 205 B
import { Config } from '../../types/index.js'; export declare const toTypesDts: ({ resolvedFields, frontmatterSchema, docType, }: Pick<Config, "resolvedFields" | "frontmatterSchema" | "docType">) => void;