We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 412ca89 commit db543a6Copy full SHA for db543a6
src/lib/updating-element.ts
@@ -32,8 +32,6 @@ interface AttributeSerializer<T = any> {
32
33
type AttributeType<T = any> = AttributeSerializer<T>|((value: string) => T);
34
35
-export * from './decorators.js';
36
-
37
/**
38
* Defines options for a property accessor.
39
*/
src/lit-element.ts
@@ -17,6 +17,7 @@ import {render} from 'lit-html/lib/shady-render';
17
import {PropertyValues, UpdatingElement} from './lib/updating-element.js';
18
19
export * from './lib/updating-element.js';
20
+export * from './lib/decorators.js';
21
export {html, svg} from 'lit-html/lit-html';
22
23
export abstract class LitElement extends UpdatingElement {
0 commit comments