artistic-elements
Version:
artistic web components
10 lines (9 loc) • 319 B
JavaScript
import * as React from 'react';
import { createComponent } from '@lit-labs/react';
import { ArtisticTriangleRectangle } from '../artistic/triangle-rectangle';
export default createComponent({
tagName: 'artistic-triangle-rectangle',
elementClass: ArtisticTriangleRectangle,
react: React,
events: {},
});