UNPKG

@ni/nimble-react

Version:

React components for the NI Nimble Design System

13 lines 497 B
import { Table } from '@ni/nimble-components/dist/esm/table'; import { wrap } from '../utilities/react-wrapper'; export {}; export const NimbleTable = wrap(Table, { events: { onActionMenuBeforeToggle: 'action-menu-beforetoggle', onActionMenuToggle: 'action-menu-toggle', onSelectionChange: 'selection-change', onColumnConfigurationChange: 'column-configuration-change', onRowExpandToggle: 'row-expand-toggle', } }); //# sourceMappingURL=index.js.map