Interface QueryErrorResetBoundaryProps

interface QueryErrorResetBoundaryProps {
    children: ReactNode | ((value: QueryErrorResetBoundaryValue) => ReactNode);
}

Properties

Properties

children: ReactNode | ((value: QueryErrorResetBoundaryValue) => ReactNode)