@ni/nimble-react
Version:
React components for the NI Nimble Design System
10 lines • 338 B
JavaScript
import { RichTextEditor, richTextEditorTag } from '@ni/nimble-components/dist/esm/rich-text/editor';
import { wrap } from '../../utilities/react-wrapper';
export { richTextEditorTag };
export {};
export const NimbleRichTextEditor = wrap(RichTextEditor, {
events: {
onInput: 'input',
}
});
//# sourceMappingURL=index.js.map