Const
Default labels for the GainControl component.
Use these defaults as a base for internationalization.
import { defaultGainControlLabels, GainControl } from '@hiyve/react-ui';const spanishLabels = { ...defaultGainControlLabels, mute: 'Silenciar', unmute: 'Activar sonido',};<GainControl labels={spanishLabels} onChange={handleChange} /> Copy
import { defaultGainControlLabels, GainControl } from '@hiyve/react-ui';const spanishLabels = { ...defaultGainControlLabels, mute: 'Silenciar', unmute: 'Activar sonido',};<GainControl labels={spanishLabels} onChange={handleChange} />
Default labels for the GainControl component.