UNPKG

mdxlayer

Version:

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

7 lines (6 loc) 233 B
import { Config } from '../types/index.js'; export interface Configs extends Config { changed: boolean; } export declare const getUserConfig: () => Promise<Configs>; export declare const defineConfig: (config: Config) => Config;