import * as React from 'react'; import { useRangeKnob } from '@fluentui/docs-components'; import { TextArea } from '@fluentui/react-northstar'; const TextAreaExampleHeight = () => { const [height] = useRangeKnob({ name: 'height', initialValue: '120px', min: '20px', max: '300px', step: 10, }); return