Skip to content

Commit ef3ce64

Browse files
Sebastian GóradaKmoR
authored andcommitted
fix(core): exposed property and PropertyDeclarations from lit-element
1 parent d364222 commit ef3ce64

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/core/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ export {
3030
CSSResult,
3131
defaultConverter,
3232
notEqual,
33+
property,
34+
PropertyDeclarations,
3335
} from 'lit-element';
3436
// ours
3537
export { dedupeMixin } from './src/dedupeMixin.js';

0 commit comments

Comments
 (0)