UNPKG

@logicflow/dumi-theme-simple

Version:
11 lines (10 loc) 216 B
import React from 'react'; interface SEOProps { description?: string; lang?: string; meta?: any[]; title?: string; titleSuffix?: string; } export declare const SEO: React.FC<SEOProps>; export {};