lit element base
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import { LitElement } from 'lit';
|
||||
import { UmbElementMixin } from './element.mixin';
|
||||
|
||||
export abstract class UmbLitElement extends UmbElementMixin(LitElement) {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user