UNPKG

@zeushq/design-system

Version:
17 lines (16 loc) 361 B
export declare type Frontmatter = { title: string; description?: string; by?: string; publishedAt?: string; relatedIds?: string[]; type?: 'changelog' | string; readingTime?: { text: string; minutes: number; time: number; words: number; }; poster?: string; slug: string; };