Remove overwriting properties (#724)

This commit is contained in:
woxtu
2022-08-26 02:57:13 +09:00
committed by GitHub
parent 47494e62a7
commit 0f50f4a9fd
5 changed files with 0 additions and 16 deletions

View File

@@ -2,9 +2,6 @@ import { BaseEvalElement } from './base';
import { addClasses, htmlDecode } from '../utils';
export class PyButton extends BaseEvalElement {
shadow: ShadowRoot;
wrapper: HTMLElement;
theme: string;
widths: Array<string>;
label: string;
class: Array<string>;