docs: specify alternative for the deprecated LionLitElement

This commit is contained in:
Tom Herni 2019-05-22 14:01:30 +02:00 committed by Mikhail Bashkirov
parent 0f2dfc63d2
commit 7473666626

View file

@ -5,6 +5,6 @@ export { css } from 'lit-element';
export { html } from './lit-html.js';
/**
* @deprecated
* @deprecated use LitElement instead.
*/
export class LionLitElement extends ElementMixin(LitElement) {}