Const
Hook to get a numeric parameter.
const DisplayGain = () => { const { value } = useNumericParam("gain"); return <span>{value}</span>;}; Copy
const DisplayGain = () => { const { value } = useNumericParam("gain"); return <span>{value}</span>;};
Hook to get a numeric parameter.