added fonts
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
export declare const usePagesDevOverlay: () => {
|
||||
state: import("../shared").OverlayState & {
|
||||
routerType: "pages" | "app";
|
||||
};
|
||||
onComponentError: (_error: Error, _componentStack: string | null) => void;
|
||||
};
|
||||
Reference in New Issue
Block a user