added fonts
This commit is contained in:
Generated
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
import React from 'react';
|
||||
export declare function createServerInsertedMetadata(nonce: string | undefined): {
|
||||
ServerInsertedMetadataProvider: ({ children, }: {
|
||||
children: React.ReactNode;
|
||||
}) => import("react/jsx-runtime").JSX.Element;
|
||||
getServerInsertedMetadata(): Promise<string>;
|
||||
};
|
||||
Reference in New Issue
Block a user