Skip to content

AUDIBLE_FEEDBACK_TYPES

jsxhook

Types that produce an audible bell

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

PropTypeDefaultDescription
initialT | undefinedInitial value
persistbooleanfalsePersist to storage
keystringStorage key
#hook#a-u-d-i-b-l-e_-f-e-e-d-b-a-c-k_-t-y-p-e-s