UNPKG
@eurostat/vtl-editor
Version:
latest (0.1.3)
0.1.3
0.1.2
0.1.1
0.1.0
VTL editor based on Monaco
github.com/eurostat/vtl-editor
eurostat/vtl-editor
@eurostat/vtl-editor
/
model
/
options.d.ts
7 lines
(6 loc)
•
131 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
interface
Options
{
minimap
?:
boolean
;
theme
?:
string
;
lineNumbers
?:
string
;
style
?:
Record
<
string
,
any
>; }