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,
|
CSSResult,
|
||||||
defaultConverter,
|
defaultConverter,
|
||||||
notEqual,
|
notEqual,
|
||||||
|
property,
|
||||||
|
PropertyDeclarations,
|
||||||
} from 'lit-element';
|
} from 'lit-element';
|
||||||
// ours
|
// ours
|
||||||
export { dedupeMixin } from './src/dedupeMixin.js';
|
export { dedupeMixin } from './src/dedupeMixin.js';
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue