useAttention()
function useAttention<V, T>(props): T;
Type Parameters
| Type Parameter | Default type |
|---|---|
V extends object | object |
T extends ComponentSelection<V, ComponentSelectionListener> | ComponentSelection<V, ComponentSelectionListener> |
Parameters
| Parameter | Type |
|---|---|
props | UseAttentionProps<V, T> |
Returns
T