@pnkx-lib/ui 1.7.9 → 1.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/types/index.d.ts +1 -1
- package/types/ui.d.ts +1 -1
package/package.json
CHANGED
package/types/index.d.ts
CHANGED
@@ -334,7 +334,7 @@ declare class ErrorBoundaryClass extends Component<ErrorBoundaryProps, ErrorBoun
|
|
334
334
|
static getDerivedStateFromError(error: Error): ErrorBoundaryState;
|
335
335
|
componentDidCatch(error: Error, errorInfo: ErrorInfo): void;
|
336
336
|
handleReload: () => void;
|
337
|
-
render():
|
337
|
+
render(): default_2.ReactNode;
|
338
338
|
}
|
339
339
|
|
340
340
|
export declare interface ErrorBoundaryProps {
|
package/types/ui.d.ts
CHANGED
@@ -280,7 +280,7 @@ declare class ErrorBoundaryClass extends Component<ErrorBoundaryProps, ErrorBoun
|
|
280
280
|
static getDerivedStateFromError(error: Error): ErrorBoundaryState;
|
281
281
|
componentDidCatch(error: Error, errorInfo: ErrorInfo): void;
|
282
282
|
handleReload: () => void;
|
283
|
-
render():
|
283
|
+
render(): default_2.ReactNode;
|
284
284
|
}
|
285
285
|
|
286
286
|
export declare interface ErrorBoundaryProps {
|