@thatopen/components
Advanced tools
Comparing version 2.4.0-alpha.18 to 2.4.0-alpha.19
import { Component } from "./component"; | ||
export type ComponentUIElement = { | ||
name: string; | ||
id: string; | ||
componentID: string; | ||
@@ -9,3 +10,2 @@ attributes: { | ||
get: () => HTMLElement; | ||
disabled?: boolean; | ||
}; | ||
@@ -12,0 +12,0 @@ export declare abstract class ComponentWithUI extends Component { |
{ | ||
"name": "@thatopen/components", | ||
"description": "Collection of core functionalities to author BIM apps.", | ||
"version": "2.4.0-alpha.18", | ||
"version": "2.4.0-alpha.19", | ||
"author": "That Open Company", | ||
@@ -6,0 +6,0 @@ "contributors": [ |
Sorry, the diff of this file is too big to display
3603219