added fonts
This commit is contained in:
Generated
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
export type ErrorType = 'runtime' | 'build';
|
||||
export type PagesDevOverlayType = typeof PagesDevOverlay;
|
||||
interface PagesDevOverlayProps {
|
||||
children?: React.ReactNode;
|
||||
}
|
||||
export declare function PagesDevOverlay({ children }: PagesDevOverlayProps): import("react/jsx-runtime").JSX.Element;
|
||||
export {};
|
||||
Reference in New Issue
Block a user