UNPKG

@ni/nimble-react

Version:

React components for the NI Nimble Design System

6 lines 259 B
import { ListOption, listOptionTag } from '@ni/nimble-components/dist/esm/list-option'; import { wrap } from '../utilities/react-wrapper'; export { listOptionTag }; export {}; export const NimbleListOption = wrap(ListOption); //# sourceMappingURL=index.js.map