UNPKG

artistic-elements

Version:
10 lines (9 loc) 285 B
import * as React from 'react'; import { createComponent } from '@lit-labs/react'; import { ArtisticRectangle } from '../artistic/rectangle'; export default createComponent({ tagName: 'artistic-rectangle', elementClass: ArtisticRectangle, react: React, events: {}, });