one
Version:
One is a new React Framework that makes Vite serve both native and web.
14 lines • 368 B
TypeScript
import React from 'react';
export declare class RootErrorBoundary extends React.Component<{
children: any;
}> {
state: {
hasError: boolean;
};
static getDerivedStateFromError(error: any): {
hasError: boolean;
};
componentDidCatch(error: any, info: any): void;
render(): any;
}
//# sourceMappingURL=RootErrorBoundary.d.ts.map