UNPKG

@ni/nimble-react

Version:

React components for the NI Nimble Design System

12 lines 351 B
import { createComponent } from '@lit/react'; import React from 'react'; export {} from '@lit/react'; export function wrap(elementClass, options = {}) { return createComponent({ ...options, elementClass, react: React, tagName: customElements.getName(elementClass) }); } //# sourceMappingURL=react-wrapper.js.map