QueryErrorResetBoundaryProps
interface QueryErrorResetBoundaryProps {
children: ((value: QueryErrorResetBoundaryValue) => React.ReactNode) | React.ReactNode;
}§Properties
§
children: ((value: QueryErrorResetBoundaryValue) => React.ReactNode) | React.ReactNode
[src]