UNPKG

@ni/nimble-react

Version:

React components for the NI Nimble Design System

9 lines (8 loc) 271 B
import { Tabs } from '@ni/nimble-components/dist/esm/tabs'; export { type Tabs }; export declare const NimbleTabs: import("@ni/fast-react-wrapper").ReactWrapper<Tabs, { onChange: unknown; }>; export interface TabsChangeEvent extends CustomEvent { target: Tabs; }