remove index

This commit is contained in:
Ludeeus 2021-10-26 12:07:56 +00:00
parent 37a970f195
commit daab076bc1

View File

@ -12,8 +12,6 @@ import { customElement, property } from "lit/decorators";
@customElement("ha-chip")
export class HaChip extends LitElement {
@property({ type: Number }) public index = 0;
@property({ type: Boolean }) public outline = false;
@property() public label?: string;