AUDIBLE_FEEDBACK_TYPES
jsxhook
Types that produce an audible bell
Terminal
$termuijs render a-u-d-i-b-l-e_-f-e-e-d-b-a-c-k_-t-y-p-e-s
Installation
$ bunx termuijs add a-u-d-i-b-l-e_-f-e-e-d-b-a-c-k_-t-y-p-e-s
Copies the source into src/components/a-u-d-i-b-l-e_-f-e-e-d-b-a-c-k_-t-y-p-e-s/ and installs .
Usage
ts
import { AUDIBLE_FEEDBACK_TYPES } from '@termuijs/jsx'ts
const { value, set, reset } = AUDIBLE_FEEDBACK_TYPES({
initial: undefined,
})API Reference
AUDIBLE_FEEDBACK_TYPES
| Prop | Type | Default | Description |
|---|---|---|---|
initial | T | undefined | — | Initial value |
persist | boolean | false | Persist to storage |
key | string | — | Storage key |