UNPKG

@appbuckets/react-ui-smart-components

Version:

UI Extended Components that work with @appbuckets/react-client and @appbuckets/react-ui

6 lines (5 loc) 186 B
import type { ClientRequestError } from '@appbuckets/react-app-client'; export interface QuerySuspenseErrorProps extends ClientRequestError { /** A generic error */ Error?: Error; }