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 { ArtisticRectangleGradient } from '../artistic/rectangle-gradient';
export default createComponent({
tagName: 'artistic-rectangle-gradient',
elementClass: ArtisticRectangleGradient,
react: React,
events: {},
});