UNPKG

@ni/nimble-react

Version:

React components for the NI Nimble Design System

5 lines (4 loc) 208 B
import { Button, buttonTag } from '@ni/nimble-components/dist/esm/button'; export { buttonTag }; export { type Button }; export declare const NimbleButton: import("@lit/react").ReactWebComponent<Button, {}>;