UNPKG

@ni/nimble-react

Version:

React components for the NI Nimble Design System

10 lines 289 B
import { TextArea } from '@ni/nimble-components/dist/esm/text-area'; import { wrap } from '../utilities/react-wrapper'; export {}; export const NimbleTextArea = wrap(TextArea, { events: { onChange: 'change', onInput: 'input', } }); //# sourceMappingURL=index.js.map