UNPKG

@redocly/theme

Version:

Shared UI components lib

7 lines (6 loc) 277 B
/** * Utility function for use in React frontmatter * This function creates a string that will be processed by the frontmatter loader * to convert it into a translation key object */ export declare const frontmatterTranslate: (key: string, defaultValue: string) => string;