UNPKG
@tripetto/block-statement
Version:
latest (5.0.3)
5.0.3
5.0.2
5.0.1
5.0.0
Statement block for Tripetto.
gitlab.com/tripetto/blocks/statement
@tripetto/block-statement
/
builder
/
index.d.ts
9 lines
(8 loc)
•
266 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
{
NodeBlock
}
from
"@tripetto/builder"
;
import
{
IStatement
}
from
"../runner"
;
export
declare
class
Statement
extends
NodeBlock
implements
IStatement
{
imageURL
?:
string
;
imageWidth
?:
string
;
imageAboveText
?:
boolean
;
defineEditor
():
void
; }