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
/
document.d.ts
5 lines
(4 loc)
•
73 B
TypeScript
View Raw
1
2
3
4
5
export
interface
Document
{
feature
?:
any
;
uiElements
?:
any
[]; }