Skip to content

Commit

Permalink
Remove reference to HOCs
Browse files Browse the repository at this point in the history
  • Loading branch information
ericgio committed Feb 22, 2025
1 parent b2b0b65 commit b64add8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ href | string | | If provided, the token will be rendered with an `<a>` tag and
readOnly | boolean | `false` | Whether the token is in a read-only state. If `true` it will not be removeable, but it will be interactive if provided an `href`.
tabIndex | number | `0` | Allows the tabindex to be set if something other than the default is desired.

## Higher-Order Components & Hooks
## Hooks

### `useAsync`
The hook used in [`AsyncTypeahead`](#asynctypeahead).
Expand Down

0 comments on commit b64add8

Please sign in to comment.