UNPKG

@nolebase/vitepress-plugin-page-properties

Version:

A VitePress plugin that renders frontmatter as page properties, and makes them editable.

4 lines (3 loc) 283 B
import type { LocaleName } from './types'; export declare function formatDistanceToNowFromValue(value: string | number | Date, localeName?: LocaleName): string | number | Date; export declare function formatDurationFromValue(value: number, localeName?: LocaleName): string | number;