UNPKG

file-cms

Version:

File based Content Management System, easy to use with content stored in native file system

3 lines (2 loc) 145 B
import { Content, SeoSettings, SeoTag } from "../types"; export declare const generateSeoTags: (content: Content, seo: SeoSettings) => SeoTag[];