docs: specify alternative for the deprecated LionLitElement
This commit is contained in:
parent
0f2dfc63d2
commit
7473666626
1 changed files with 1 additions and 1 deletions
|
|
@ -5,6 +5,6 @@ export { css } from 'lit-element';
|
||||||
export { html } from './lit-html.js';
|
export { html } from './lit-html.js';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @deprecated
|
* @deprecated use LitElement instead.
|
||||||
*/
|
*/
|
||||||
export class LionLitElement extends ElementMixin(LitElement) {}
|
export class LionLitElement extends ElementMixin(LitElement) {}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue