UNPKG

@ni/nimble-react

Version:

React components for the NI Nimble Design System

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