mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-13 08:12:48 +02:00
feat: different implementation
This commit is contained in:
parent
29afb64445
commit
84bf24c69b
3 changed files with 11 additions and 19 deletions
|
@ -132,7 +132,7 @@ declare module '@theme/Seo' {
|
|||
readonly description?: string;
|
||||
readonly keywords?: readonly string[] | string;
|
||||
readonly image?: string;
|
||||
readonly metaTags?: Record<string, string>;
|
||||
readonly children?: ReactNode;
|
||||
};
|
||||
|
||||
const Seo: (props: Props) => JSX.Element;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue