UNPKG

wired-elements-react

Version:
5 lines (4 loc) 240 B
import * as React from 'react'; import { createComponent } from '@lit-labs/react'; import { WiredImage as _WiredImage } from 'wired-elements/lib/wired-image.js'; export const WiredImage = createComponent(React, 'wired-image', _WiredImage);