fix(core): exposed property and PropertyDeclarations from lit-element

This commit is contained in:
Sebastian Góra 2019-05-15 10:42:14 +02:00 committed by Thomas Allmer
parent d3642221df
commit ef3ce64e54

View file

@ -30,6 +30,8 @@ export {
CSSResult,
defaultConverter,
notEqual,
property,
PropertyDeclarations,
} from 'lit-element';
// ours
export { dedupeMixin } from './src/dedupeMixin.js';