UNPKG

@appbuckets/react-ui-smart-components

Version:

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

7 lines (6 loc) 274 B
import * as React from 'react'; import type { QuerySuspendedComponentProps } from './QuerySuspendedComponent.types'; declare const QuerySuspendedComponent: React.VoidFunctionComponent< QuerySuspendedComponentProps<any, any, any> >; export default QuerySuspendedComponent;