Preparing search index...
The search index is not available
@use-pico
@use-pico
@use-pico/client
useQueryEx
Props
Interface Props<TRequestSchema, TResponseSchema>
Props for the
useQueryEx
hook.
interface
Props
<
TRequestSchema
,
TResponseSchema
>
{
withQuery
:
IWithQuery
<
TRequestSchema
,
TResponseSchema
>
;
}
Type Parameters
TRequestSchema
extends
RequestSchema
TResponseSchema
extends
ResponseSchema
Hierarchy
Options
<
TRequestSchema
,
TResponseSchema
>
Props
Index
Properties
with
Query
Properties
with
Query
with
Query
:
IWithQuery
<
TRequestSchema
,
TResponseSchema
>
Query used to fetch data.
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
with
Query
@use-pico
Loading...
Props for the
useQueryEx
hook.