added fonts
This commit is contained in:
Generated
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
import type { OverlayState } from '../shared';
|
||||
import type { GlobalErrorComponent } from '../../error-boundary';
|
||||
export declare function AppDevOverlay({ state, globalError, children, }: {
|
||||
state: OverlayState;
|
||||
globalError: [GlobalErrorComponent, React.ReactNode];
|
||||
children: React.ReactNode;
|
||||
}): import("react/jsx-runtime").JSX.Element;
|
||||
Reference in New Issue
Block a user