blob: ec4afeace44494a02d0a184407f4b58bf8da27d6 [file] [log] [blame]
// Copyright 2018 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
Polymer({
is: 'voice-match-entry',
properties: {
active: {
type: Boolean,
value: false,
},
completed: {
type: Boolean,
value: false,
},
},
});