mirror of
https://github.com/pyscript/pyscript.git
synced 2025-12-20 02:37:41 -05:00
Remove overwriting properties (#724)
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
import { BaseEvalElement } from './base';
|
||||
|
||||
export class PyLoader extends BaseEvalElement {
|
||||
shadow: ShadowRoot;
|
||||
wrapper: HTMLElement;
|
||||
theme: string;
|
||||
widths: Array<string>;
|
||||
label: string;
|
||||
mount_name: string;
|
||||
|
||||
Reference in New Issue
Block a user