UNPKG

@ni/nimble-react

Version:

React components for the NI Nimble Design System

6 lines 247 B
import { TabPanel, tabPanelTag } from '@ni/nimble-components/dist/esm/tab-panel'; import { wrap } from '../utilities/react-wrapper'; export { tabPanelTag }; export {}; export const NimbleTabPanel = wrap(TabPanel); //# sourceMappingURL=index.js.map