UNPKG
concordialang-ui-core
Version:
latest (0.2.3)
0.2.3
0.2.2
0.2.1
0.2.0
0.1.0
The Concordia UI Prototyper core
github.com/concordialang/ui-core
concordialang/ui-core
concordialang-ui-core
/
dist
/
interfaces
/
ast-mappings
/
feature.d.ts
7 lines
(6 loc)
•
140 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
UiElement
}
from
'./ui-element'
;
export
interface
Feature
{
name
:
string
;
position
:
number
;
uiElements
:
UiElement
[]; }