fix(core): exposed property and PropertyDeclarations from lit-element
This commit is contained in:
parent
d3642221df
commit
ef3ce64e54
1 changed files with 2 additions and 0 deletions
|
|
@ -30,6 +30,8 @@ export {
|
|||
CSSResult,
|
||||
defaultConverter,
|
||||
notEqual,
|
||||
property,
|
||||
PropertyDeclarations,
|
||||
} from 'lit-element';
|
||||
// ours
|
||||
export { dedupeMixin } from './src/dedupeMixin.js';
|
||||
|
|
|
|||
Loading…
Reference in a new issue