UNPKG

@zeushq/design-system

Version:
8 lines (7 loc) 292 B
import type { Frontmatter } from 'types/frontmatter'; export declare const DATA_PATH: string; export declare const getAllFrontmatter: (fromPath: any) => any; export declare const getMdxBySlug: (basePath: any, slug: any) => Promise<{ frontmatter: Frontmatter; code: string; }>;