import * as React from 'react';
import { createComponent } from '@lit-labs/react';
import { ArtisticDoughnut } from '../artistic/doughnut';
export default createComponent({
tagName: 'artistic-doughnut',
elementClass: ArtisticDoughnut,
react: React,
events: {},
});